Added CPU option "yield".
This commit is contained in:
parent
cf48a34065
commit
c3fd5835c3
7 changed files with 14 additions and 0 deletions
|
@ -71,6 +71,7 @@ private:
|
|||
const Algorithm m_algorithm;
|
||||
const Assembly m_assembly;
|
||||
const bool m_hwAES;
|
||||
const bool m_yield;
|
||||
const CnHash::AlgoVariant m_av;
|
||||
const Miner *m_miner;
|
||||
cryptonight_ctx *m_ctx[N];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue