We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f99b3 commit c0a02c2Copy full SHA for c0a02c2
.github/workflows/linux_qemu.yml
@@ -42,15 +42,15 @@ jobs:
42
"ppc64le",
43
"powerpc64le-linux-gnu",
44
"ppc64le/ubuntu:22.04",
45
- "-Dallow-noblas=true",
+ "-Dallow-noblas=true -Dcpu-dispatch=vsx vsx2 vsx3",
46
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
47
"ppc64le"
48
]
49
- [
50
"ppc64le - baseline(Power9)",
51
52
53
- "-Dallow-noblas=true -Dcpu-baseline=vsx3",
+ "-Dallow-noblas=true -Dcpu-baseline=vsx3 -Dcpu-dispatch=vsx vsx2 vsx3",
54
55
56
0 commit comments