mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-07 12:10:33 +00:00
For some reason, the upcoming limb changes in [1] seem to ignore the black boxing when applied to the operator function. Changing to instead black box the inputs appears to fix this. [1]: https://github.com/rust-lang/libm/pull/503