Merge fix
This commit is contained in:
parent
4d211b7160
commit
4156af42b0
1 changed files with 1 additions and 4 deletions
|
@ -41,10 +41,7 @@ xmrig::Algorithm::Id xmrig::RxAlgo::apply(Algorithm::Id algorithm)
|
||||||
const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
|
const RandomX_ConfigurationBase *xmrig::RxAlgo::base(Algorithm::Id algorithm)
|
||||||
{
|
{
|
||||||
switch (algorithm) {
|
switch (algorithm) {
|
||||||
case Algorithm::RX_V:
|
case Algorithm::RX_WOW:
|
||||||
return &RandomX_VConfig;
|
|
||||||
|
|
||||||
case Algorithm::RX_WOW:
|
|
||||||
return &RandomX_WowneroConfig;
|
return &RandomX_WowneroConfig;
|
||||||
|
|
||||||
case Algorithm::RX_LOKI:
|
case Algorithm::RX_LOKI:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue