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.
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.