mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 14:36:47 +00:00
Refactor `diy_float` The refactor replaces bespoke algorithms with functions already inside the standard library, improving both codegen and readability.