Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
treat VSX as baseline in CPU feature tests
  • Loading branch information
abslock128w authored Feb 8, 2026
commit 4f671d85980cc8ab1134e5009f280b092376507a
1 change: 1 addition & 0 deletions numpy/_core/tests/test_cpu_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ class Test_POWER_Features(AbstractTest):

def load_flags(self):
self.load_flags_auxv()
self.features_flags.add("ARCH_2_06")


is_zarch = re.match(r"^(s390x)", machine, re.IGNORECASE)
Expand Down