Closed tgross35 closed 3 weeks ago
This PR should be ready. Also depends on https://github.com/rust-lang/libm/pull/300 so it can't merge directly.
Finished running on my machine, it looks like our implementations are within 0.5x ~ 2.0x of musl which is pretty good.
The current benchmarks only test a single number for a fixed amount of iterations, and only test the functions in our crate. Add benchmark comparisons between our crate and the build musl libraries so we have a better basis.