summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-half/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-05-08 17:19:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-11 03:17:21 +0700
commit2cd98b9a1e117bf8c8bb9987d79f51a760ea4ddc (patch)
tree82371f44af597b9a810158f23bbc126c5392a68f /haskell/haskell-half/README
parent9946ff74c0c9da0b62f28a9270ab5132669faac4 (diff)
downloadslackbuilds-2cd98b9a1e117bf8c8bb9987d79f51a760ea4ddc.tar.gz
slackbuilds-2cd98b9a1e117bf8c8bb9987d79f51a760ea4ddc.tar.xz
haskell/haskell-half: Added (half-precision floating-point).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-half/README')
-rw-r--r--haskell/haskell-half/README7
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