[compiler-rt] [clang] [llvm] [X86] Support more ISAs to enable __builtin_cpu_supports (PR #79086)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 04:21:48 PST 2024


================
@@ -139,20 +139,77 @@ enum ProcessorFeatures {
   FEATURE_AVX512BITALG,
   FEATURE_AVX512BF16,
   FEATURE_AVX512VP2INTERSECT,
+  FEATURE_3DNOW,
+  FEATURE_ADX = 40,
+  FEATURE_CLDEMOTE = 42,
----------------
phoebewang wrote:

Why do we skip some of features?

https://github.com/llvm/llvm-project/pull/79086


More information about the cfe-commits mailing list