aliquote.org

November 26, 2018

SLEEF: A Vectorized Math Library.

It implements vectorized versions of all C99 real floating point math functions. It can utilize SIMD instructions of modern processors. SLEEF is designed to fully utilize SIMD computation by reducing the use of conditional branches and scatter/gather memory access.

It looks interesting even if I am not going to use it any time soon. (Other than the short vector math library available in clang).