blob: 11100c22d2a5c31818c682cd0502b971c0f576e4 (
plain)
1
2
3
4
5
6
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
|