We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bb1cc commit baaed16Copy full SHA for baaed16
llvm/lib/Target/X86/X86.td
@@ -1591,8 +1591,7 @@ def ProcessorFeatures {
1591
!listconcat(ZN3Features, ZN4AdditionalFeatures);
1592
1593
list<SubtargetFeature> ZN5Tuning = ZN4Tuning;
1594
- list<SubtargetFeature> ZN5AdditionalFeatures = [FeatureVNNI,
1595
- FeatureMOVDIRI,
+ list<SubtargetFeature> ZN5AdditionalFeatures = [FeatureMOVDIRI,
1596
FeatureMOVDIR64B,
1597
FeatureVP2INTERSECT,
1598
FeaturePREFETCHI,
0 commit comments