mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-23 14:52:52 -05:00
Fixed build.
This commit is contained in:
@@ -124,8 +124,8 @@ static inline bool has_ossave()
|
||||
|
||||
xmrig::BasicCpuInfo::BasicCpuInfo() :
|
||||
m_assembly(Assembly::NONE),
|
||||
m_brand(),
|
||||
m_aes(has_aes_ni()),
|
||||
m_brand(),
|
||||
m_avx2(has_avx2() && has_ossave()),
|
||||
m_threads(std::thread::hardware_concurrency())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user