sleef-rs
Rust port of Sleef math library based on Portable SIMD Vectors a.k.a. core::simd
Usage
Requires nightly feature portable_simd.
You can call math functions directly:
use f64x2;
or use Sleef trait:
use f64x2;
use Sleef;
Rust port of Sleef math library based on Portable SIMD Vectors a.k.a. core::simd
Requires nightly feature portable_simd.
You can call math functions directly:
use f64x2;
or use Sleef trait:
use f64x2;
use Sleef;