This commit is contained in:
xmvdev 2019-11-24 21:19:17 +01:00
parent 258f936272
commit 78e047a398
8 changed files with 116 additions and 1 deletions

View file

@ -40,7 +40,10 @@ xmrig::Algorithm::Id xmrig::RxAlgo::apply(Algorithm::Id algorithm)
const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
{
switch (algorithm) {
case Algorithm::RX_WOW:
case Algorithm::RX_V:
return &RandomX_VConfig;
case Algorithm::RX_WOW:
return &RandomX_WowneroConfig;
case Algorithm::RX_LOKI: