Install this package:
emerge -a dev-haskell/fast-math
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/fast-math
Or alternatively:
emerge --autounmask-write -a dev-haskell/fast-math
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.2 | 8 | ~amd64 ~arm64 ~ppc64 ~riscv ~x86 | 0/1.0.2 |
<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 <http://github.com/liyang/fast-math/ README> on github for more details. </longdescription> <upstream> <remote-id type="hackage">fast-math</remote-id> <remote-id type="github">liyang/fast-math</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | fast-math-1.0.2.tar.gz | 4238 bytes |