[llvm] [clang] [compiler-rt] [AArch64][SME] Add support for sme-fa64 (PR #70809)
Matthew Devereau via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 08:03:19 PST 2023
================
@@ -508,6 +508,9 @@ def FeatureSMEI16I64 : SubtargetFeature<"sme-i16i64", "HasSMEI16I64", "true",
def FeatureSMEF16F16 : SubtargetFeature<"sme-f16f16", "HasSMEF16F16", "true",
"Enable SME2.1 non-widening Float16 instructions (FEAT_SME_F16F16)", []>;
+def FeatureSMEFA64 : SubtargetFeature<"sme-fa64", "HasSMEFA64", "true",
+ "Enable the full A64 instruction set in SVE streaming mode (FEAT_SME_FA64)", []>;
----------------
MDevereau wrote:
Done
https://github.com/llvm/llvm-project/pull/70809
More information about the cfe-commits
mailing list