rust-lang / libm

A port of MUSL's libm to Rust.
Other
548 stars 97 forks source link

Add a test generator that checks edge cases #315

Closed tgross35 closed 4 weeks ago

tgross35 commented 1 month ago

This uses the same edge cases as compiler-builtins.

tgross35 commented 1 month ago

This depends on https://github.com/rust-lang/libm/pull/300