x64: detect FMA support

This commit is contained in:
Tillmann Karras
2013-11-13 04:46:34 +01:00
parent 2fecb033be
commit 6054129df8
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct CPUInfo
bool bLZCNT;
bool bSSE4A;
bool bAVX;
bool bFMA;
bool bAES;
bool bLAHFSAHF64;
bool bLongMode;