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