Merge pull request #1390 from SChernykh/dev

Fix ARM compilation
This commit is contained in:
xmrig
2019-12-06 19:48:58 +07:00
committed by GitHub

View File

@ -39,7 +39,8 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
m_brand(),
m_threads(std::thread::hardware_concurrency()),
m_aes(false),
m_avx2(false)
m_avx2(false),
m_pdpe1gb(false)
{
# ifdef XMRIG_ARMv8
memcpy(m_brand, "ARMv8", 5);