Merge branch 'feature-randomx' into evo

This commit is contained in:
XMRig 2019-06-19 01:16:51 +07:00
commit e743301a79
4 changed files with 37 additions and 12 deletions

View file

@ -96,7 +96,8 @@ private:
started(0),
threads(0),
ways(0),
algo(xmrig::CRYPTONIGHT)
algo(xmrig::CRYPTONIGHT),
variant(xmrig::VARIANT_AUTO)
{}
size_t hugePages;
@ -105,6 +106,7 @@ private:
size_t threads;
size_t ways;
xmrig::Algo algo;
xmrig::Variant variant;
};
static bool m_active;