You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the IEEE-754 Float16 type, conforming to BinaryFloatingPoint. Use x86 and arm half<->float conversions, and armv8.2 half-precision arithmetic when available.