Skip to content

Commit 1adfe00

Browse files
committed
SIMD: Enable SVE/RVV dynamic dispatch for sin/cos kernels
1 parent f428d4d commit 1adfe00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

numpy/_core/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,9 +1072,10 @@ foreach gen_mtargets : [
10721072
[
10731073
X86_V4, X86_V3,
10741074
VSX4, VSX3, VSX2,
1075-
NEON_VFPV4,
1075+
NEON_VFPV4, SVE,
10761076
VXE2, VXE,
10771077
LSX,
1078+
RVV
10781079
]
10791080
],
10801081
[

0 commit comments

Comments
 (0)