Change microarchitecture fallback to ZEN4.

This commit is contained in:
Bartosz Taudul 2024-01-02 14:56:00 +01:00
parent 38dc0d83d7
commit cf412bfb2e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
} }
ptr++; ptr++;
} }
SelectMicroArchitecture( "ZEN2" ); SelectMicroArchitecture( "ZEN4" );
m_profileMicroArch = -1; m_profileMicroArch = -1;
} }