rust/library/compiler-builtins
Trevor Gross 5ac2f99954 Shift then mask, rather than mask then shift
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.
2025-01-22 07:09:37 +00:00
..