Skip to content

Commit

Permalink
Merge pull request numpy#25089 from helloworld922/main
Browse files Browse the repository at this point in the history
BUG, BLD: Fixed VSX4 feature check
  • Loading branch information
seiko2plus authored Nov 8, 2023
2 parents a555e7d + 991a648 commit 69b9afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_cpu/ppc64/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ VSX3 = mod_features.new(
VSX4 = mod_features.new(
'VSX4', 4, implies: VSX3, args: {'val': '-mcpu=power10', 'match': '.*[mcpu=|vsx].*'},
detect: {'val': 'VSX4', 'match': 'VSX.*'},
test_code: files(source_root + '/numpy/distutils/checks/cpu_vsx3.c')[0],
test_code: files(source_root + '/numpy/distutils/checks/cpu_vsx4.c')[0],
extra_tests: {
'VSX4_MMA': files(source_root + '/numpy/distutils/checks/extra_vsx4_mma.c')[0]
}
Expand Down

0 comments on commit 69b9afa

Please sign in to comment.