mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
f633537f3e
implement some missing float functions With this we support the entire float API surface of the standard library. :) Also fixes https://github.com/rust-lang/miri/issues/2468 by using host floats to implement FMA.