mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Change microarchitecture fallback to ZEN4.
This commit is contained in:
@@ -589,7 +589,7 @@ void SourceView::SetCpuId( uint32_t cpuId )
|
|||||||
}
|
}
|
||||||
ptr++;
|
ptr++;
|
||||||
}
|
}
|
||||||
SelectMicroArchitecture( "ZEN2" );
|
SelectMicroArchitecture( "ZEN4" );
|
||||||
m_profileMicroArch = -1;
|
m_profileMicroArch = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user