Expand description

SLEEF stands for SIMD Library for Evaluating Elementary Functions. It implements vectorized versions of all C99 real floating point math functions. It can utilize SIMD instructions that are available on modern processors. SLEEF is designed to effciently perform computation with SIMD instruction by reducing the use of conditional branches and scatter/gather memory access.

Modules

Math functions for f32

Math functions for Simd<f32, N>

Math functions for f64

Math functions for Simd<f64, N>

Traits

Generic trait for floating point & SIMD numbers