Add Summary.
This commit is contained in:
parent
0556fd664c
commit
9797f49456
7 changed files with 99 additions and 122 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
static void setAffinity(int id, unsigned long mask);
|
||||
|
||||
static inline bool hasAES() { return m_flags & AES; }
|
||||
static inline bool isX64() { return m_flags & X86_64; }
|
||||
static inline const char *brand() { return m_brand; }
|
||||
static inline int cores() { return m_totalCores; }
|
||||
static inline int l2() { return m_l2_cache; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue