File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ constexpr FeatureBitset FeaturesArrowlakeS =
176176 FeaturesArrowlake | FeatureAVXVNNIINT16 | FeatureSHA512 | FeatureSM3 |
177177 FeatureSM4;
178178constexpr FeatureBitset FeaturesPantherlake =
179- FeaturesArrowlakeS ^ FeatureWIDEKL | FeaturePREFETCHI;
179+ ( FeaturesArrowlakeS ^ FeatureWIDEKL) | FeaturePREFETCHI;
180180constexpr FeatureBitset FeaturesClearwaterforest =
181- FeaturesSierraforest ^ FeatureWIDEKL | FeatureAVXVNNIINT16 | FeatureSHA512 |
182- FeatureSM3 | FeatureSM4 | FeaturePREFETCHI | FeatureUSERMSR;
181+ ( FeaturesSierraforest ^ FeatureWIDEKL) | FeatureAVXVNNIINT16 |
182+ FeatureSHA512 | FeatureSM3 | FeatureSM4 | FeaturePREFETCHI | FeatureUSERMSR;
183183
184184// Geode Processor.
185185constexpr FeatureBitset FeaturesGeode =
You can’t perform that action at this time.
0 commit comments