Move selfTest to threads, remove legacy CryptoNight.cpp.
This commit is contained in:
parent
d7c5630509
commit
5c6ec587ac
11 changed files with 85 additions and 218 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
Worker(Handle *handle);
|
||||
~Worker();
|
||||
|
||||
inline size_t id() const override { return m_id; }
|
||||
inline uint64_t hashCount() const override { return m_hashCount.load(std::memory_order_relaxed); }
|
||||
inline uint64_t timestamp() const override { return m_timestamp.load(std::memory_order_relaxed); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue