mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

When `fmaf128` was introduced in [1], it included a bug where `self` gets returned rather than the expected minimum positive value. Resolve this and add a regression test. [1]: https://github.com/rust-lang/libm/pull/494