Added cmake option HWLOC_DEBUG.

This commit is contained in:
XMRig 2019-07-25 11:24:27 +07:00
parent 107f378f7c
commit 2876702ea2
6 changed files with 53 additions and 19 deletions

View file

@ -141,10 +141,10 @@ static inline bool has_avx2()
xmrig::BasicCpuInfo::BasicCpuInfo() :
m_brand(),
m_threads(std::thread::hardware_concurrency()),
m_assembly(Assembly::NONE),
m_aes(has_aes_ni()),
m_brand(),
m_avx2(has_avx2())
{
cpu_brand_string(m_brand);