Add AVX2/BMI1/BMI2 detection support

Also clean up the formatting in a bit of the CPU detection code.
This commit is contained in:
Fiora
2014-08-24 09:14:54 -07:00
parent 48f52b9662
commit ce6d09ca5d
2 changed files with 38 additions and 10 deletions

View File

@ -40,6 +40,9 @@ struct CPUInfo
bool bLZCNT;
bool bSSE4A;
bool bAVX;
bool bAVX2;
bool bBMI1;
bool bBMI2;
bool bFMA;
bool bAES;
// FXSAVE/FXRSTOR