This commit is contained in:
MoneroOcean 2019-12-15 15:43:17 -08:00
commit c41cc3d494
8 changed files with 116 additions and 1 deletions

View file

@ -41,7 +41,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: