rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
597 stars 74 forks source link

Remove libm dependency #334

Closed eclipseo closed 3 years ago

eclipseo commented 3 years ago

libm was used to implement tanh, but it is not needed anymore for newer llvm.

Close: #294

eclipseo commented 3 years ago

Should have tested more extensively, it doesn't work as expected.