mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
8790958237
It turns out that the 32-bit toolchain for MSVC has many of these functions as `static inline` functions in header files so there's not actually a symbol for Rust to call. All of the implementations just cast floats to their 64-bit variants and then cast back to 32-bit at the end, so the standard library now takes this strategy.