1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

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;