mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 01:07:52 -05:00
Common: Cleanup CPU capability detection code.
This commit is contained in:
@ -532,7 +532,7 @@ public:
|
||||
void MOVSX(int dbits, int sbits, X64Reg dest, OpArg src); //automatically uses MOVSXD if necessary
|
||||
void MOVZX(int dbits, int sbits, X64Reg dest, OpArg src);
|
||||
|
||||
// Available only on Atom or >= Haswell so far. Test with cpu_info.bMOVBE.
|
||||
// Available only on Atom or >= Haswell so far. Test with GetCPUCaps().movbe.
|
||||
void MOVBE(int dbits, const OpArg& dest, const OpArg& src);
|
||||
|
||||
// Available only on AMD >= Phenom or Intel >= Haswell
|
||||
|
Reference in New Issue
Block a user