Skip to content

Commit cbd0e41

Browse files
authored
Merge pull request numpy#27627 from r-devulap/enable-vsx
ENH: Re-enable VSX from build targets for sin/cos
2 parents 6d38a75 + 9cf2733 commit cbd0e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ foreach gen_mtargets : [
951951
'src/umath/loops_trigonometric.dispatch.cpp',
952952
[
953953
AVX512_SKX, [AVX2, FMA3],
954+
VSX4, VSX3, VSX2,
954955
NEON_VFPV4,
955956
]
956957
],

0 commit comments

Comments
 (0)