1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 21:52:54 -05:00

XEQ PR adjustment

This commit is contained in:
MoneroOcean
2024-05-28 03:28:57 +03:00
parent bfebb46d62
commit ce2a38e59a
3 changed files with 2 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ class MoBenchmark : public IJobResultListener {
RX_0, // "rx/0" RandomX (Monero).
RX_GRAFT, // "rx/graft" RandomGraft (Graft).
RX_ARQ, // "rx/arq" RandomARQ (Arqma).
RX_XEQ,
RX_XLA, // "panthera" Panthera (Scala2).
MAX,
MIN = 0,
@@ -68,7 +67,6 @@ class MoBenchmark : public IJobResultListener {
Algorithm::RX_0,
Algorithm::RX_GRAFT,
Algorithm::RX_ARQ,
Algorithm::RX_XEQ,
Algorithm::RX_XLA,
};