mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows/Linux/macOS: implement AES hardware support on ARM64 (ARMv8)
This commit is contained in:
@@ -1490,7 +1490,9 @@ BOOL AutoTestAlgorithms (void)
|
||||
{
|
||||
/* unexepected exception raised. Disable all CPU extended feature and try again */
|
||||
EnableHwEncryption (hwEncryptionEnabled);
|
||||
#ifndef _M_ARM64
|
||||
DisableCPUExtendedFeatures ();
|
||||
#endif
|
||||
__try
|
||||
{
|
||||
result = DoAutoTestAlgorithms();
|
||||
|
||||
Reference in New Issue
Block a user