fp-ieee: IEEE 754-2019 compliant operations
Please see the README on GitHub at https://github.com/minoki/haskell-floating-point/tree/master/fp-ieee#readme
[Skip to Readme]
Versions [faq] | 0.1.0, 0.1.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.12 && <5), ghc-bignum (==1.0.*), integer-gmp (==1.0.*), integer-logarithms (>=1 && <1.1) [details] |
License | BSD-3-Clause |
Copyright | 2020-2021 ARATA Mizuki |
Author | ARATA Mizuki |
Maintainer | minorinoki@gmail.com |
Category | Numeric, Math |
Home page | https://github.com/minoki/haskell-floating-point#readme |
Bug tracker | https://github.com/minoki/haskell-floating-point/issues |
Source repo | head: git clone https://github.com/minoki/haskell-floating-point |
Uploaded | by aratamizuki at 2021-01-02T06:35:17Z |
Distributions | NixOS:0.1.0.1 |
Downloads | 43 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index] [Quick Jump]
- Numeric
- Floating
- Numeric.Floating.IEEE
- Numeric.Floating.IEEE.Internal
- Numeric.Floating.IEEE.NaN
- Numeric.Floating.IEEE
- Floating
Flags
Name | Description | Default | Type |
---|---|---|---|
f16c | Use F16C instructions on x86 | Disabled | Manual |
float128 | Support Float128 via float128 package | Disabled | Manual |
fma3 | Use FMA3 instructions on x86 | Disabled | Manual |
ghc-bignum | Use ghc-bignum package | Enabled | Automatic |
half | Support Half (float16) via half package | Disabled | Manual |
integer-gmp | Use integer-gmp package | Enabled | Automatic |
pure-hs | Disable FFI | Disabled | Manual |
sse4_1 | Use SSE4.1 instructions on x86 | Disabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- fp-ieee-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)