Skip to content

Commit 1d5826f

Browse files
change CI config
1 parent c9f99b3 commit 1d5826f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
"ppc64le",
4343
"powerpc64le-linux-gnu",
4444
"ppc64le/ubuntu:22.04",
45-
"-Dallow-noblas=true",
45+
"-Dallow-noblas=true -Dcpu-dispatch=vsx,vsx2,vsx3",
4646
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
4747
"ppc64le"
4848
]
4949
- [
5050
"ppc64le - baseline(Power9)",
5151
"powerpc64le-linux-gnu",
5252
"ppc64le/ubuntu:22.04",
53-
"-Dallow-noblas=true -Dcpu-baseline=vsx3",
53+
"-Dallow-noblas=true -Dcpu-baseline=vsx3 -Dcpu-dispatch=vsx,vsx2,vsx3",
5454
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
5555
"ppc64le"
5656
]

numpy/_core/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ foreach gen_mtargets : [
936936
[
937937
AVX512_SKX, AVX512F, AVX2, SSE41, SSE2,
938938
NEON,
939-
VSX2,
939+
VSX4, VSX2,
940940
VX,
941941
LSX,
942942
RVV,

0 commit comments

Comments
 (0)