CPUDetect: add support for MOVBE detection

This commit is contained in:
Pierre Bourdon
2014-03-16 01:41:37 +01:00
parent 7563e8c6f3
commit d2de1ddabc
2 changed files with 3 additions and 0 deletions

View File

@ -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