1
0
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:
XMRig
2018-09-23 19:09:05 +03:00
parent c9fd8061c2
commit 0c20d7a125
3 changed files with 14 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
memcpy(m_brand, "Unknown", 7);
# if __ARM_FEATURE_CRYPTO
m_flags |= AES;
m_aes = true;
# endif
}