mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
XEmitter: add FMA4 instructions
This commit is contained in:
parent
7d29039c48
commit
8db6588bb9
5 changed files with 101 additions and 0 deletions
|
@ -44,6 +44,7 @@ struct CPUInfo
|
|||
bool bBMI1;
|
||||
bool bBMI2;
|
||||
bool bFMA;
|
||||
bool bFMA4;
|
||||
bool bAES;
|
||||
// FXSAVE/FXRSTOR
|
||||
bool bFXSR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue