XEmitter: add FMA4 instructions

This commit is contained in:
Tillmann Karras
2015-05-17 09:20:29 +02:00
parent 7d29039c48
commit 8db6588bb9
5 changed files with 101 additions and 0 deletions

View File

@ -44,6 +44,7 @@ struct CPUInfo
bool bBMI1;
bool bBMI2;
bool bFMA;
bool bFMA4;
bool bAES;
// FXSAVE/FXRSTOR
bool bFXSR;