Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type FPFastMathMode = FPFastMathModeBits Source #
newtype FPFastMathModeBits Source #
Instances
pattern NotNaN :: FPFastMathModeBits Source #
pattern NotInf :: FPFastMathModeBits Source #
pattern NSZ :: FPFastMathModeBits Source #
pattern AllowRecip :: FPFastMathModeBits Source #
pattern Fast :: FPFastMathModeBits Source #
pattern AllowContract :: FPFastMathModeBits Source #
pattern AllowContractFastINTEL :: FPFastMathModeBits Source #
pattern AllowReassoc :: FPFastMathModeBits Source #
pattern AllowReassocINTEL :: FPFastMathModeBits Source #
pattern AllowTransform :: FPFastMathModeBits Source #