@@ -176,7 +176,6 @@ constexpr FeatureBitset FeaturesArrowlakeS =
176176 FeatureSM4;
177177constexpr FeatureBitset FeaturesPantherlake =
178178 (FeaturesArrowlakeS ^ FeatureWIDEKL) | FeaturePREFETCHI;
179- constexpr FeatureBitset FeaturesWildcatlake = FeaturesPantherlake;
180179constexpr FeatureBitset FeaturesClearwaterforest =
181180 (FeaturesSierraforest ^ FeatureWIDEKL) | FeatureAVXVNNIINT16 |
182181 FeatureSHA512 | FeatureSM3 | FeatureSM4 | FeaturePREFETCHI | FeatureUSERMSR;
@@ -379,7 +378,7 @@ constexpr ProcInfo Processors[] = {
379378 { {" gracemont" }, CK_Gracemont, FEATURE_AVX2, FeaturesAlderlake, ' p' , false },
380379 // Pantherlake microarchitecture based processors.
381380 { {" pantherlake" }, CK_Lunarlake, FEATURE_AVX2, FeaturesPantherlake, ' p' , false },
382- { {" wildcatlake" }, CK_Lunarlake, FEATURE_AVX2, FeaturesWildcatlake , ' p' , false },
381+ { {" wildcatlake" }, CK_Lunarlake, FEATURE_AVX2, FeaturesPantherlake , ' p' , false },
383382 // Sierraforest microarchitecture based processors.
384383 { {" sierraforest" }, CK_Sierraforest, FEATURE_AVX2, FeaturesSierraforest, ' p' , false },
385384 // Grandridge microarchitecture based processors.
0 commit comments