rust-lang / libm

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

Introduce an enum to represent different functions #335

Closed tgross35 closed 3 weeks ago

tgross35 commented 3 weeks ago

Next steps so I don't forget:

I think this should reduce how much we need to rely on proc macro magic