Dependencies for rounded-hw-0.4.0
Libraries
rounded-hw
- array (>=0.5.2.0 && <0.6)
- base (>=4.12 && <4.20)
- deepseq (>=1.4.4.0 && <1.6)
- fp-ieee (>=0.1 && <0.2)
- primitive (>=0.6.1.1 && <0.10)
- tagged (>=0.8.6 && <0.9)
- vector (>=0.12.0.1 && <0.14)
- if flag(x87-long-double) && (arch(i386) || arch(x86_64))
- long-double (>=0.1 && <0.2)
- if flag(float128)
- float128 (>=0.1 && <0.2)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pure-hs | Disable FFI | Disabled |
c99 | Restrict use of platform-dependent features (e.g. SSE2) and only use C99 features | Disabled |
avx512 | Use AVX512 EVEX encoding | Disabled |
ghc-prim | Use GHC's "foreign import prim" on the supported platform | Enabled |
x87-long-double | Support x87 "long double" | Disabled |
float128 | Support Float128 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info