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