mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
CPUDetect: add support for MOVBE detection
This commit is contained in:
parent
7563e8c6f3
commit
d2de1ddabc
2 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@ struct CPUInfo
|
|||
bool bAES;
|
||||
// FXSAVE/FXRSTOR
|
||||
bool bFXSR;
|
||||
bool bMOVBE;
|
||||
// This flag indicates that the hardware supports some mode
|
||||
// in which denormal inputs _and_ outputs are automatically set to (signed) zero.
|
||||
// TODO: ARM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue