RandomXEQ added
This commit is contained in:
parent
09b15aca7a
commit
e40dffac86
21 changed files with 6136 additions and 5923 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue