================
@@ -67,6 +70,9 @@ enum FeatureKind : uint32_t {
// sc.q is available.
FK_SCQ = 1 << 14,
+
+ // 32-bit standard variant is available.
+ FK_32S = 1 << 5,
----------------
wangleiat wrote:`FK_32S` has the same value as `FK_LASX`. Does this impact feature checking? https://github.com/llvm/llvm-project/pull/172619 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
