mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Windows/Linux/macOS: implement AES hardware support on ARM64 (ARMv8)
This commit is contained in:
@@ -10588,7 +10588,11 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, wchar_t *lpsz
|
||||
VirtualLock (&szFileName, sizeof(szFileName));
|
||||
VirtualLock (&szDiskFile, sizeof(szDiskFile));
|
||||
|
||||
DetectX86Features ();
|
||||
#ifndef _M_ARM64
|
||||
DetectX86Features();
|
||||
#else
|
||||
DetectArmFeatures();
|
||||
#endif
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user