Files
rust/src/libstd/num
Alex Crichton 8790958237 std: Avoid missing fns on i686-pc-windows-msvc
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.
2015-06-27 13:02:18 -07:00
..
2015-06-17 09:06:59 -07:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-06-17 09:06:59 -07:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-01-23 21:48:20 -08:00
2015-06-17 09:06:59 -07:00