mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[AArch64] Detect AES/SHA1/SHA2/CRC32 in CPUDetect.
This commit is contained in:
@ -75,6 +75,9 @@ struct CPUInfo
|
||||
// ARMv8 specific
|
||||
bool bFP;
|
||||
bool bASIMD;
|
||||
bool bCRC32;
|
||||
bool bSHA1;
|
||||
bool bSHA2;
|
||||
|
||||
// Call Detect()
|
||||
explicit CPUInfo();
|
||||
|
Reference in New Issue
Block a user