[clang] [llvm] [AArch64] Make user-visible Arm architecture version strings consistent (PR #98550)
Tomas Matheson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 01:43:10 PDT 2024
================
@@ -472,22 +472,22 @@ def FeatureFP8 : ExtensionWithMArch<"fp8", "FP8", "FEAT_FP8",
"Enable FP8 instructions", [FeatureFAMINMAX, FeatureLUT, FeatureBF16]>;
def FeatureFP8FMA : ExtensionWithMArch<"fp8fma", "FP8FMA", "FEAT_FP8FMA",
- "Enable fp8 multiply-add instructions", [FeatureFP8]>;
+ "Enable FP8 multiply-add instructions", [FeatureFP8]>;
----------------
tmatheson-arm wrote:
No architecture for these ones?
https://github.com/llvm/llvm-project/pull/98550
More information about the llvm-commits
mailing list