avx_mathfun icon indicating copy to clipboard operation
avx_mathfun copied to clipboard

AVX-optimized sin(), cos(), exp() and log() functions

Results 2 avx_mathfun issues
Sort by recently updated
recently updated
newest added

Make it usable via Visual Studio 2022

Hi, i have something confused about the code in avx_mathfun.h In the function **v8sf exp256_ps(v8sf x)**, lines 266-273, your code is ```cpp tmp = _mm256_floor_ps(fx); /* if greater, substract 1...