mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen
For some unknown reason PDEP and PEXT are ridiculously slow on AMD Zen architecture.
This commit is contained in:
@@ -175,6 +175,7 @@ void CPUInfo::Detect()
|
||||
}
|
||||
|
||||
bFlushToZero = bSSE;
|
||||
bFastBMI2 = bBMI2 && !bZen;
|
||||
|
||||
if (max_ex_fn >= 0x80000004)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user