mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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.