summaryrefslogtreecommitdiff
path: root/dev-haskell/fast-math/metadata.xml
blob: 410265444b3fa834b49e8a00f54f7c7184f606f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>haskell@gentoo.org</email>
    <name>Gentoo Haskell</name>
  </maintainer>
  <longdescription>
		The "Numeric.FastMath" module brings into scope many unsafe @RULES@ for
		'Float's and 'Double's that can greatly improve run time performance.
		It is roughly equivalent to gcc\'s @-ffast-math@ compiler flag.
		Optimisation (at least @-O1@) must be enabled for any @RULES@ to take effect.
		
		These rules are unsafe because they don't strictly adhere to the
		IEEE-754 regulations and may subtly change the results of your numeric computations.
		See the &lt;http://github.com/liyang/fast-math/ README&gt; on github for more details.
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>