Detect cpu features AVX and AES, both are present on Sandy Bridge. For future use :P

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6925 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2011-01-26 21:27:26 +00:00
parent d7e877bb0b
commit 48b7658c8a
2 changed files with 8 additions and 2 deletions

View File

@ -51,6 +51,8 @@ struct CPUInfo
bool bSSE4_2;
bool bLZCNT;
bool bSSE4A;
bool bAVX;
bool bAES;
bool bLAHFSAHF64;
bool bLongMode;
bool HTT;