mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
This may allow for small optimizations with larger float types since `u32` math can be used after shifting. LLVM may be already getting this anyway.