[clang] [compiler-rt] [llvm] [X86] Sync multiversion features with libgcc and refactor internal feature tables (PR #168750)
Mikołaj Piróg via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 21 07:52:01 PST 2025
================
@@ -181,8 +177,7 @@ enum ProcessorFeatures {
// FEATURE_OSXSAVE,
FEATURE_PCONFIG = 63,
FEATURE_PKU,
- FEATURE_PREFETCHWT1,
- FEATURE_PRFCHW,
+ FEATURE_PRFCHW = 66,
----------------
mikolaj-pirog wrote:
I believe we comment out features not supported by llvm but supported gcc. This feature is not supported by gcc, so no comment
https://github.com/llvm/llvm-project/pull/168750
More information about the llvm-commits
mailing list