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
Can we create an issue to track this? It would be great for users (and our own benchmarks) if we could use 2-byte floats for "common" numbers like 1.0.
We'll probably need to settle on an f16 implementation (such as half).
The text was updated successfully, but these errors were encountered:
In the medium term, Rust itself is getting native support for an f16 type (and f128, but we can't use that). The RFC was merged, but the implementation is still in-flight.
From Matt's comment on 756.
We'll probably need to settle on an f16 implementation (such as half).
The text was updated successfully, but these errors were encountered: