diff options
Diffstat (limited to 'haskell/haskell-half/README')
-rw-r--r-- | haskell/haskell-half/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-half/README b/haskell/haskell-half/README new file mode 100644 index 0000000000..11100c22d2 --- /dev/null +++ b/haskell/haskell-half/README @@ -0,0 +1,7 @@ +This package supplies half-precision floating point values with +1 bit of sign, 5 bits of exponent, 11 bits of mantissa trailing a +leading 1 bit with proper underflow. These arise commonly in GPU +applications. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |