Configurable parameters separated into configuration.h

This commit is contained in:
tevador
2019-03-08 15:34:34 +01:00
parent 096a7c0d7b
commit e65d9da66c
16 changed files with 182 additions and 170 deletions

View File

@@ -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;