Added CPU option "yield".

This commit is contained in:
XMRig
2019-12-03 09:04:20 +07:00
parent 1a02e5996f
commit 1797fe3e20
7 changed files with 14 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public:
const Assembly assembly;
const bool hugePages;
const bool hwAES;
const bool yield;
const int priority;
const int64_t affinity;
const Miner *miner;