[clang] [llvm] [AArch64] Add intrinsics support for SVE2p2 instructions (PR #163575)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 08:24:18 PST 2025
================
@@ -14,6 +14,12 @@
#define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4
#endif
+#ifdef __ARM_FEATURE_SME
----------------
Lukacma wrote:
Removed
https://github.com/llvm/llvm-project/pull/163575
More information about the llvm-commits
mailing list