470fd4a5f3
This package supplies half-precision floating point values w/ 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.
5 lines
208 B
Text
5 lines
208 B
Text
This package supplies half-precision floating point values w/ 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.
|