DefyX fix

This commit is contained in:
MoneroOcean 2019-09-03 11:30:56 -07:00
parent 4f758f460f
commit cdc31bd97e

View file

@ -59,6 +59,9 @@ RandomX_ConfigurationScala::RandomX_ConfigurationScala()
ScratchpadL3_Size = 262144;
ScratchpadL2_Size = 131072;
ScratchpadL1_Size = 65536;
RANDOMX_FREQ_IADD_RS = 25;
RANDOMX_FREQ_CBRANCH = 16;
}
RandomX_ConfigurationScala RandomX_ScalaConfig;