8000 BUG: rename avx2_scalef_ps to fma_scalef_ps · numpy/numpy@457b3e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 457b3e6

Browse files
committed
BUG: rename avx2_scalef_ps to fma_scalef_ps
1 parent 6f34f5f commit 457b3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/umath/simd.inc.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ fma_get_mantissa(__m256 x)
12521252
}
12531253

12541254
static NPY_INLINE NPY_GCC_OPT_3 NPY_GCC_TARGET_AVX2 __m256
1255-
avx2_scalef_ps(__m256 poly, __m256 quadrant)
1255+
fma_scalef_ps(__m256 poly, __m256 quadrant)
12561256
{
12571257
/*
12581258
* Handle denormals (which occur when quadrant <= -125):

0 commit comments

Comments
 (0)
0