mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-06 06:37:33 -05:00
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:
@@ -56,7 +56,7 @@ namespace randomx {
|
||||
addrReg = val;
|
||||
}
|
||||
|
||||
Instruction programBuffer[RANDOMX_SUPERSCALAR_MAX_SIZE];
|
||||
Instruction programBuffer[SuperscalarMaxSize];
|
||||
uint32_t size;
|
||||
int addrReg;
|
||||
double ipc;
|
||||
|
||||
Reference in New Issue
Block a user