fd6f984527
SLEEF is the SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT. It provides a vectorabi interface for vectorized libm. Reviewed by: zeising (mentor), mat Approved by: zeising (mentor) Differential Revision: https://reviews.freebsd.org/D17045
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
|
|
|
|
In this library, functions for evaluating some elementary functions are
|
|
implemented. It provides a vectorized libm alternativ. The library also
|
|
includes DFT subroutines.
|
|
|
|
WWW: https://github.com/shibara/sleef
|