DefyX fix
This commit is contained in:
parent
4f758f460f
commit
cdc31bd97e
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ RandomX_ConfigurationScala::RandomX_ConfigurationScala()
|
||||||
ScratchpadL3_Size = 262144;
|
ScratchpadL3_Size = 262144;
|
||||||
ScratchpadL2_Size = 131072;
|
ScratchpadL2_Size = 131072;
|
||||||
ScratchpadL1_Size = 65536;
|
ScratchpadL1_Size = 65536;
|
||||||
|
|
||||||
|
RANDOMX_FREQ_IADD_RS = 25;
|
||||||
|
RANDOMX_FREQ_CBRANCH = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
RandomX_ConfigurationScala RandomX_ScalaConfig;
|
RandomX_ConfigurationScala RandomX_ScalaConfig;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue