================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits