Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01b83b4

Browse files
committed
align test_dispatcher s390x targets with _umath_tests_mtargets
1 parent 08fbb43 commit 01b83b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy/core/tests/test_cpu_dispatcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def test_dispatcher():
99
targets = (
1010
"SSE2", "SSE41", "AVX2",
1111
"VSX", "VSX2", "VSX3",
12-
"NEON", "ASIMD", "ASIMDHP"
12+
"NEON", "ASIMD", "ASIMDHP",
13+
"VX", "VXE"
1314
)
1415
highest_sfx = "" # no suffix for the baseline
1516
all_sfx = []

0 commit comments

Comments
 (0)