Algo num fix
This commit is contained in:
parent
5e351798e0
commit
08e7720f30
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue