summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
diff options
context:
space:
mode:
authorRafael Cardoso Fernandes Sousa <rafaelcfsousa@ibm.com>2022-01-07 10:48:36 -0600
committerRafael Cardoso Fernandes Sousa <rafaelcfsousa@ibm.com>2022-01-13 14:47:51 -0600
commitd88104fd0e2f85ac4eb667fcd7161aaa1d41e11a (patch)
treedfcfeafda07a79d06d75bbaa104ebb7e2d51ced0 /numpy/distutils/tests
parent7191d9a4773d77205349ac151f84b72c0ffcf848 (diff)
downloadnumpy-d88104fd0e2f85ac4eb667fcd7161aaa1d41e11a.tar.gz
ENH: Add CPU feature detection for VSX4 (Power10)
Diffstat (limited to 'numpy/distutils/tests')
-rw-r--r--numpy/distutils/tests/test_ccompiler_opt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/tests/test_ccompiler_opt.py b/numpy/distutils/tests/test_ccompiler_opt.py
index 6f9970c75..1f2408dc1 100644
--- a/numpy/distutils/tests/test_ccompiler_opt.py
+++ b/numpy/distutils/tests/test_ccompiler_opt.py
@@ -405,7 +405,7 @@ class _Test_CCompilerOpt:
# in msvc, avx512_knl avx512_knm aren't supported
x86_msvc=".* xop fma4 .* avx512f .* avx512_skx .*",
armhf=".* asimd asimdhp asimddp .*",
- ppc64="vsx vsx2 vsx3.*",
+ ppc64="vsx vsx2 vsx3 vsx4.*",
s390x="vx vxe vxe2.*"
)
# min