The latest version of fast-math is 1.0.2-0.
fast-math
Version 1.0.1 revision 0 uploaded by MikeIzbicki.
Package meta
- Synopsis
- Non IEEE-754 compliant compile-time floating-point optimisations
- Description
The Numeric.FastMath module brings into scope many unsafe
RULES
for Floats and Doubles 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 anyRULES
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 README on github for more details.
- Author
- Liyang HU and Mike Izbicki
- Bug reports
- n/a
- Category
- Math, Numeric
- Copyright
- © 2011, Liyang HU
- Homepage
- n/a
- Maintainer
- fast-math@liyang.hu
- Package URL
- n/a
- Stability
- n/a