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).
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).