mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Algo num fix
This commit is contained in:
@@ -171,7 +171,6 @@ size_t xmrig::Algorithm::l2() const
|
||||
|
||||
case RX_WOW:
|
||||
case RX_KEVA:
|
||||
case RX_DEFYX:
|
||||
case RX_XLA:
|
||||
return 0x20000;
|
||||
|
||||
@@ -223,7 +222,6 @@ size_t xmrig::Algorithm::l3() const
|
||||
return oneMiB;
|
||||
|
||||
case RX_ARQ:
|
||||
case RX_DEFYX:
|
||||
case RX_XLA:
|
||||
return oneMiB / 4;
|
||||
|
||||
@@ -354,7 +352,6 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id)
|
||||
case RX_ARQ:
|
||||
case RX_SFX:
|
||||
case RX_KEVA:
|
||||
case RX_DEFYX:
|
||||
case RX_XLA:
|
||||
return RANDOM_X;
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user