fast-math-1.0: Non IEEE-754 compliant compile-time floating-point optimisations

Safe HaskellNone

Numeric.FastMath.SignedZeros

Description

IEEE 754 math makes a distrinction between -0.0 and +0.0. This module contains RULES that ignore this distinction.

Importing this module is similar to compiling with gcc's -fno-signed-zeros.