1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Add Summary.

This commit is contained in:
XMRig
2017-06-08 01:16:45 +03:00
parent 0556fd664c
commit 9797f49456
7 changed files with 99 additions and 122 deletions

View File

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