[X86] Fix typo of mtamx_int8
authorLuo, Yuanke <yuanke.luo@intel.com>
Fri, 21 Oct 2022 13:11:27 +0000 (21:11 +0800)
committerLuo, Yuanke <yuanke.luo@intel.com>
Fri, 21 Oct 2022 13:13:07 +0000 (21:13 +0800)
clang/include/clang/Driver/Options.td

index 3f975d7..0819ab5 100644 (file)
@@ -4522,7 +4522,7 @@ def m3dnowa : Flag<["-"], "m3dnowa">, Group<m_x86_Features_Group>;
 def mno_3dnowa : Flag<["-"], "mno-3dnowa">, Group<m_x86_Features_Group>;
 def mamx_bf16 : Flag<["-"], "mamx-bf16">, Group<m_x86_Features_Group>;
 def mno_amx_bf16 : Flag<["-"], "mno-amx-bf16">, Group<m_x86_Features_Group>;
-def mtamx_int8 : Flag<["-"], "mamx-int8">, Group<m_x86_Features_Group>;
+def mamx_int8 : Flag<["-"], "mamx-int8">, Group<m_x86_Features_Group>;
 def mno_amx_int8 : Flag<["-"], "mno-amx-int8">, Group<m_x86_Features_Group>;
 def mamx_tile : Flag<["-"], "mamx-tile">, Group<m_x86_Features_Group>;
 def mno_amx_tile : Flag<["-"], "mno-amx-tile">, Group<m_x86_Features_Group>;