mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 15:47:09 +00:00
Fixes rust-lang/libm#7 Additonally adds inline functions for macros dealing with low and high words of f64s to the root module. Also, the muslc code used a hexdecimal float. This shouldn't be needed because Rust implements floating point parsing well.