[clang] [llvm] [X86] Remove WIDEKL feature from Pantherlake and Clearwaterforest (PR #148184)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 18 03:04:09 PDT 2025
================
@@ -176,10 +176,10 @@ constexpr FeatureBitset FeaturesArrowlakeS =
FeaturesArrowlake | FeatureAVXVNNIINT16 | FeatureSHA512 | FeatureSM3 |
FeatureSM4;
constexpr FeatureBitset FeaturesPantherlake =
- FeaturesArrowlakeS | FeaturePREFETCHI;
+ FeaturesArrowlakeS ^ FeatureWIDEKL | FeaturePREFETCHI;
----------------
phoebewang wrote:
Sure, https://github.com/llvm/llvm-project/pull/149489. Thanks for the info.
https://github.com/llvm/llvm-project/pull/148184
More information about the cfe-commits
mailing list