mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 22:27:33 -05:00
Configurable parameters separated into configuration.h
This commit is contained in:
@@ -79,7 +79,7 @@ namespace RandomX {
|
||||
static InstructionHandler engine[256];
|
||||
DatasetReadFunc readDataset;
|
||||
bool softAes, asyncWorker;
|
||||
InstructionByteCode byteCode[ProgramLength];
|
||||
InstructionByteCode byteCode[RANDOMX_PROGRAM_SIZE];
|
||||
|
||||
#ifdef STATS
|
||||
int count_ADD_64 = 0;
|
||||
|
||||
Reference in New Issue
Block a user