Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
288 stars 24 forks source link

Add hyperbolic geometric functions such as `sinh` #143

Open benruijl opened 11 months ago

benruijl commented 11 months ago

At the moment hyperbolic geometric functions are missing. Can these be added, or are they not implemented as SIMD instructions on all platforms?

Lokathor commented 11 months ago

these are definitely not built into all platforms, and would need a fallback path most places