[clang] [llvm] [AArch64] Make user-visible Arm architecture version strings consistent (PR #98550)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 06:06:03 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]>;
----------------
jthackray wrote:
I've not added Arm architecture versions where they didn't previously exist. In this case, I'll add it (Armv9.5-A)
https://github.com/llvm/llvm-project/pull/98550
More information about the cfe-commits
mailing list