Skip to content
Snippets Groups Projects
Commit a1df2ef5 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86] Ensure ZN3Tuning inherits from ZN2Tuning instead of ZNTuning

At the moment ZN2Tuning is just a copy of ZNTuning, but we should try to keep a clean inheritance.
parent 0b1c9e8e
No related branches found
No related tags found
No related merge requests found
......@@ -1212,7 +1212,7 @@ def ProcessorFeatures {
[TuningMacroFusion,
TuningFastVariablePerLaneShuffle];
list<SubtargetFeature> ZN3Tuning =
!listconcat(ZNTuning, ZN3AdditionalTuning);
!listconcat(ZN2Tuning, ZN3AdditionalTuning);
list<SubtargetFeature> ZN3Features =
!listconcat(ZN2Features, ZN3AdditionalFeatures);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment