Added cmake option HWLOC_DEBUG.
This commit is contained in:
parent
107f378f7c
commit
2876702ea2
6 changed files with 53 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue