mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 00:33:33 -05:00
Auto-detect proper asm variant.
This commit is contained in:
@@ -36,7 +36,7 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
|
||||
memcpy(m_brand, "Unknown", 7);
|
||||
|
||||
# if __ARM_FEATURE_CRYPTO
|
||||
m_flags |= AES;
|
||||
m_aes = true;
|
||||
# endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user