Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.

This commit is contained in:
XMRig
2019-06-13 22:08:52 +07:00
parent 6838673ddb
commit bbd28e8535
30 changed files with 1223 additions and 1359 deletions

View File

@@ -86,8 +86,7 @@ private:
pages(0),
started(0),
threads(0),
ways(0),
algo(xmrig::CRYPTONIGHT)
ways(0)
{}
size_t hugePages;
@@ -95,7 +94,7 @@ private:
size_t started;
size_t threads;
size_t ways;
xmrig::Algo algo;
xmrig::Algorithm algo;
};
static bool m_active;