Skip to content
Unverified Commit 65f0e7cb authored by Naoki Shibata's avatar Naoki Shibata Committed by GitHub
Browse files

Add functionality to replace libm and libquadmath functions (#405)

With this patch, libm functions and libquadmath functions can be replaced with sleef functions by defining SLEEF_REPLACE_LIBM_FUNCS and SLEEF_REPLACE_LIBQUADMATH_FUNCS macros before including sleef.h and sleefquad.h, respectively. The replaced libm functions can be automatically vectorized with gcc on x86_64.
parent 6f1189c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment