mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 08:36:23 +00:00
Add `f16` formatting and parsing Use the same algorithms as for `f32` and `f64` to implement `f16` parsing and printing. try-job: x86_64-gnu-aux