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

@ -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;
};