rust-lang / libm

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

Change default ULP to use enum matching #360

Closed tgross35 closed 2 weeks ago

tgross35 commented 2 weeks ago

Migrate from string to enum matching and tie this to CheckCtx::new, so no tests need to explicitly set ULP.