summaryrefslogtreecommitdiff
blob: b6bc45f942cc090600de4dfa7f4f937450dcad03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
  <email>sci-mathematics@gentoo.org</email>
  <name>Gentoo Mathematics Project</name>
	</maintainer>
	<longdescription lang="en">
  gf2x is a C/C++ software package containing routines for fast
  arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching
  for irreducible/primitive trinomials.
</longdescription>
<use>
  <flag name="bindist">Disable automatic fine-tuning to local
  processor features like pclmul or sse2.</flag>
</use>
</pkgmetadata>