Closed
Description
Implement the IEEE-754 Float16
type, conforming to BinaryFloatingPoint
. Use x86 and arm half<->float conversions, and armv8.2 half-precision arithmetic when available.
Implement the IEEE-754 Float16
type, conforming to BinaryFloatingPoint
. Use x86 and arm half<->float conversions, and armv8.2 half-precision arithmetic when available.