yosh20004
Results
1
issues of
yosh20004
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...