[compiler-rt] [clang-tools-extra] [llvm] [clang] [X86] Support more ISAs to enable __builtin_cpu_supports (PR #79086)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 4 03:57:10 PST 2024
================
@@ -217,8 +217,7 @@ enum ProcessorFeatures {
FEATURE_SM3,
FEATURE_SHA512,
FEATURE_SM4,
- //FIXME: gcc used string "apxf" instead of "egpr"
- FEATURE_EGPR,
+ // FEATURE_APXF,
FEATURE_USERMSR,
----------------
phoebewang wrote:
You need to change the number then.
https://github.com/llvm/llvm-project/pull/79086
More information about the llvm-commits
mailing list