rust-lang / libm

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

Add float and integer traits from compiler-builtins #347

Closed tgross35 closed 3 weeks ago

tgross35 commented 3 weeks ago

In preparation of adding generic algorithms to libm, add the traits from compiler-builtins.

Eventually we should be able to unify the two crates so we don't have duplicate implementations.