Auto-detect proper asm variant.
This commit is contained in:
parent
c9fd8061c2
commit
0c20d7a125
3 changed files with 14 additions and 4 deletions
|
@ -36,7 +36,7 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
|
|||
memcpy(m_brand, "Unknown", 7);
|
||||
|
||||
# if __ARM_FEATURE_CRYPTO
|
||||
m_flags |= AES;
|
||||
m_aes = true;
|
||||
# endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue