mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:36:43 +00:00
With the correctly rounded implementation, we can reduce the ULP requirement for `cbrt` to zero. There is still an override required for `i586` because of the imprecise FMA.