mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 09:43:03 -05:00
Merge fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user