mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Added cmake option HWLOC_DEBUG.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user