mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Added cmake option HWLOC_DEBUG.
This commit is contained in:
@@ -53,12 +53,12 @@ protected:
|
||||
inline size_t threads() const override { return m_threads; }
|
||||
|
||||
protected:
|
||||
char m_brand[64 + 6];
|
||||
size_t m_threads;
|
||||
|
||||
private:
|
||||
Assembly m_assembly;
|
||||
bool m_aes;
|
||||
char m_brand[64 + 6];
|
||||
const bool m_avx2;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user