[clang] [llvm] [compiler-rt] [X86] Support more ISAs to enable __builtin_cpu_supports (PR #79086)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 02:51:33 PST 2024
================
@@ -139,20 +139,77 @@ enum ProcessorFeatures {
FEATURE_AVX512BITALG,
FEATURE_AVX512BF16,
FEATURE_AVX512VP2INTERSECT,
+ FEATURE_3DNOW,
+ FEATURE_ADX = 40,
+ FEATURE_CLDEMOTE = 42,
----------------
FreddyLeaf wrote:
agree, done in 10c2a7c
https://github.com/llvm/llvm-project/pull/79086
More information about the llvm-commits
mailing list