fp-ieee: IEEE 754-2019 compliant operations
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Please see the README on GitHub at https://github.com/minoki/haskell-floating-point/tree/master/fp-ieee#readme
[Skip to Readme]
Properties
Versions | 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.3, 0.1.0.4 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.12 && <4.20), ghc-bignum (>=1.0 && <1.4), integer-gmp (>=1.0 && <1.1), integer-logarithms (>=1 && <1.1) [details] |
License | BSD-3-Clause |
Copyright | 2020-2023 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(fp-ieee) |
Uploaded | by aratamizuki at 2023-11-18T03:20:30Z |
Modules
[Index] [Quick Jump]
- Numeric
- Floating
- Numeric.Floating.IEEE
- Numeric.Floating.IEEE.Internal
- Numeric.Floating.IEEE.NaN
- Numeric.Floating.IEEE
- Floating
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pure-hs | Disable FFI | Disabled |
sse4_1 | Use SSE4.1 instructions on x86 | Disabled |
fma3 | Use FMA3 instructions on x86. On GHC 9.8 or later, this flag enables use of FMA primitives. | Disabled |
f16c | Use F16C instructions on x86 | Disabled |
float128 | Support Float128 via float128 package | Disabled |
half | Support Half (float16) via half package | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
integer-gmp | Use integer-gmp package on GHC 8.x | Enabled |
ghc-bignum | Use ghc-bignum package on GHC 9.x | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- fp-ieee-0.1.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees