1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-24 04:24:35 -04:00

RandomXEQ added

This commit is contained in:
m@lbit
2024-05-18 16:11:52 +02:00
committed by MoneroOcean
parent 09b15aca7a
commit e40dffac86
21 changed files with 6136 additions and 5923 deletions

View File

@@ -47,6 +47,7 @@ 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,
@@ -67,6 +68,7 @@ class MoBenchmark : public IJobResultListener {
Algorithm::RX_0,
Algorithm::RX_GRAFT,
Algorithm::RX_ARQ,
Algorithm::RX_XEQ,
Algorithm::RX_XLA,
};