Add ARM support for cn/gpu.

This commit is contained in:
XMRig 2019-02-03 20:28:13 +07:00
parent e9069a381e
commit f4170ec7bc
6 changed files with 321 additions and 15 deletions

View file

@ -109,9 +109,9 @@ static inline bool has_avx2()
xmrig::BasicCpuInfo::BasicCpuInfo() :
m_assembly(ASM_NONE),
m_brand(),
m_aes(has_aes_ni()),
m_avx2(has_avx2()),
m_brand(),
m_threads(std::thread::hardware_concurrency())
{
cpu_brand_string(m_brand);