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
}