Closed as not planned
Description
I recently published a Rust floating point math library which implements math operations (sqrt
, sin
, exp
, log
...) for both native floating point and soft-floats. When using soft-floats, all operations should produce consistent results regardless of target-specific hard-float subtleties.
Miri could use it to avoid some "host floats" FIXMEs. It that is ok, I'll be glad to create a PR.