Configuration guidelines (#59)

* added detailed guidelines for the selection of configuration values
* added additional compile-time checks to prevent bad configurations
* removed RANDOMX_SUPERSCALAR_MAX_SIZE parameter
This commit is contained in:
tevador
2019-06-10 15:57:36 +02:00
committed by GitHub
parent 37e9e77905
commit 0c5b666df4
8 changed files with 303 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ namespace randomx {
addrReg = val;
}
Instruction programBuffer[RANDOMX_SUPERSCALAR_MAX_SIZE];
Instruction programBuffer[SuperscalarMaxSize];
uint32_t size;
int addrReg;
double ipc;