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 =
176
176
FeaturesArrowlake | FeatureAVXVNNIINT16 | FeatureSHA512 | FeatureSM3 |
177
177
FeatureSM4;
178
178
constexpr FeatureBitset FeaturesPantherlake =
179
- FeaturesArrowlakeS ^ FeatureWIDEKL | FeaturePREFETCHI;
179
+ ( FeaturesArrowlakeS ^ FeatureWIDEKL) | FeaturePREFETCHI;
180
180
constexpr FeatureBitset FeaturesClearwaterforest =
181
- FeaturesSierraforest ^ FeatureWIDEKL | FeatureAVXVNNIINT16 | FeatureSHA512 |
182
- FeatureSM3 | FeatureSM4 | FeaturePREFETCHI | FeatureUSERMSR;
181
+ ( FeaturesSierraforest ^ FeatureWIDEKL) | FeatureAVXVNNIINT16 |
182
+ FeatureSHA512 | FeatureSM3 | FeatureSM4 | FeaturePREFETCHI | FeatureUSERMSR;
183
183
184
184
// Geode Processor.
185
185
constexpr FeatureBitset FeaturesGeode =
You can’t perform that action at this time.
0 commit comments