mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Change microarchitecture fallback to ZEN4.
This commit is contained in:
parent
38dc0d83d7
commit
cf412bfb2e
@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
|
||||
}
|
||||
ptr++;
|
||||
}
|
||||
SelectMicroArchitecture( "ZEN2" );
|
||||
SelectMicroArchitecture( "ZEN4" );
|
||||
m_profileMicroArch = -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user