[clang] [llvm] [AArch64] Add intrinsics support for SVE2p2 instructions (PR #163575)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 07:30:41 PST 2025


================
@@ -14,6 +14,12 @@
 #define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4
 #endif
 
+#ifdef __ARM_FEATURE_SME
----------------
CarolineConcatto wrote:

Why did you added this here?

https://github.com/llvm/llvm-project/pull/163575


More information about the llvm-commits mailing list