Algo num fix

This commit is contained in:
MoneroOcean 2020-10-19 00:03:19 +00:00
parent 5e351798e0
commit 08e7720f30

View file

@ -171,7 +171,6 @@ size_t xmrig::Algorithm::l2() const
case RX_WOW: case RX_WOW:
case RX_KEVA: case RX_KEVA:
case RX_DEFYX:
case RX_XLA: case RX_XLA:
return 0x20000; return 0x20000;
@ -223,7 +222,6 @@ size_t xmrig::Algorithm::l3() const
return oneMiB; return oneMiB;
case RX_ARQ: case RX_ARQ:
case RX_DEFYX:
case RX_XLA: case RX_XLA:
return oneMiB / 4; return oneMiB / 4;
@ -354,7 +352,6 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id)
case RX_ARQ: case RX_ARQ:
case RX_SFX: case RX_SFX:
case RX_KEVA: case RX_KEVA:
case RX_DEFYX:
case RX_XLA: case RX_XLA:
return RANDOM_X; return RANDOM_X;
# endif # endif