================
@@ -360,6 +360,9 @@ def FeatureAVX10_2 : SubtargetFeature<"avx10.2",
"HasAVX10_2", "true",
def FeatureAVX10_2_512 : SubtargetFeature<"avx10.2-512", "HasAVX10_2_512",
"true",
"Support AVX10.2 instruction",
[FeatureAVX10_2]>;
+def FeatureAVX10_V2_AUX : SubtargetFeature<"avx10v2aux", "HasAVX10_V2_AUX",
"true",
+ "Support AVX10 V2 AUX instructions",
+ [FeatureAVX10_1]>;
----------------
e-kud wrote:
Description is still outdated.
https://github.com/llvm/llvm-project/pull/206888
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits