Safe Haskell | Safe |
---|---|
Language | Haskell98 |
- data FloatABI
- data FloatingPointOperationFusionMode
- data DebugCompressionType
- data Options = Options {
- printMachineCode :: Bool
- unsafeFloatingPointMath :: Bool
- noInfinitiesFloatingPointMath :: Bool
- noNaNsFloatingPointMath :: Bool
- honorSignDependentRoundingFloatingPointMathOption :: Bool
- noZerosInBSS :: Bool
- guaranteedTailCallOptimization :: Bool
- enableFastInstructionSelection :: Bool
- useInitArray :: Bool
- disableIntegratedAssembler :: Bool
- compressDebugSections :: DebugCompressionType
- trapUnreachable :: Bool
- stackAlignmentOverride :: Word32
- floatABIType :: FloatABI
- allowFloatingPointOperationFusion :: FloatingPointOperationFusionMode
Documentation
data FloatingPointOperationFusionMode Source #
FloatingPointOperationFusionFast | |
FloatingPointOperationFusionStandard | |
FloatingPointOperationFusionStrict |
data DebugCompressionType Source #
CompressNone | No compression |
CompressGNU | zlib-gnu style compression |
CompressZ | zlib style compression |
The options of a TargetOptions
http://llvm.org/doxygen/classllvm_1_1TargetOptions.html