[llvm] [clang] [compiler-rt] [X86] Support more ISAs to enable __builtin_cpu_supports (PR #79086)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 1 02:24:31 PST 2024
================
@@ -139,20 +139,77 @@ enum ProcessorFeatures {
FEATURE_AVX512BITALG,
FEATURE_AVX512BF16,
FEATURE_AVX512VP2INTERSECT,
+ FEATURE_3DNOW,
+ FEATURE_ADX = 40,
+ FEATURE_CLDEMOTE = 42,
----------------
RKSimon wrote:
Maybe leave in a commented out entry to make that clear?
https://github.com/llvm/llvm-project/pull/79086
More information about the cfe-commits
mailing list