Code cleanup.
This commit is contained in:
parent
5155139e9a
commit
36b1523194
8 changed files with 98 additions and 61 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
bool isEqual(const CpuLaunchData &other) const;
|
||||
CnHash::AlgoVariant av() const;
|
||||
|
||||
inline constexpr static Nonce::Backend backend() { return Nonce::CPU; }
|
||||
inline constexpr static Nonce::Backend backend() { return Nonce::CPU; }
|
||||
|
||||
inline bool operator!=(const CpuLaunchData &other) const { return !isEqual(other); }
|
||||
inline bool operator==(const CpuLaunchData &other) const { return isEqual(other); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue