[AArch64] Detect AES/SHA1/SHA2/CRC32 in CPUDetect.

This commit is contained in:
Ryan Houdek
2015-06-08 01:20:24 -05:00
parent 1b6969ca67
commit 3a3b782f3c
2 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,9 @@ struct CPUInfo
// ARMv8 specific
bool bFP;
bool bASIMD;
bool bCRC32;
bool bSHA1;
bool bSHA2;
// Call Detect()
explicit CPUInfo();