8000 Merge pull request #24772 from cbouss/test_dispatcher_s390x · numpy/numpy@12ea98b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12ea98b

Browse files
authored
Merge pull request #24772 from cbouss/test_dispatcher_s390x
MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
2 parents 7f7dac7 + 01b83b4 commit 12ea98b

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)
0