Add class Platform.
This commit is contained in:
parent
eb140fd30f
commit
61859dfe14
10 changed files with 141 additions and 25 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
inline int threads() const { return m_threads; }
|
||||
inline int64_t affinity() const { return m_affinity; }
|
||||
|
||||
inline static void release() { delete m_self; }
|
||||
|
||||
const char *algoName() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue