Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/linux_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
"ppc64le",
"powerpc64le-linux-gnu",
"ppc64le/ubuntu:22.04",
"-Dallow-noblas=true",
"-Dallow-noblas=true -Dcpu-dispatch=vsx,vsx2,vsx3",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
"ppc64le"
]
- [
"ppc64le - baseline(Power9)",
"powerpc64le-linux-gnu",
"ppc64le/ubuntu:22.04",
"-Dallow-noblas=true -Dcpu-baseline=vsx3",
"-Dallow-noblas=true -Dcpu-baseline=vsx3 -Dcpu-dispatch=vsx,vsx2,vsx3",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
"ppc64le"
]
Expand Down
3 changes: 2 additions & 1 deletion numpy/_core/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -932,13 +932,14 @@ foreach gen_mtargets : [
],
[
'loops_arithmetic.dispatch.h',
src_file.process('src/umath/loops_arithmetic.dispatch.c.src'),
'src/umath/loops_arithmetic.dispatch.cpp',
[
AVX512_SKX, AVX512F, AVX2, SSE41, SSE2,
NEON,
VSX4, VSX2,
VX,
LSX,
RVV,
]
],
[
Expand Down
Loading