Fixed merge errors
This commit is contained in:
parent
21b156cbda
commit
c715fc618c
2 changed files with 8 additions and 4 deletions
|
@ -139,7 +139,10 @@ RandomX_ConfigurationScala2::RandomX_ConfigurationScala2()
|
|||
}
|
||||
|
||||
RandomX_ConfigurationBase::RandomX_ConfigurationBase()
|
||||
: ArgonIterations(3)
|
||||
: ArgonMemory = 262144
|
||||
, CacheAccesses = 8
|
||||
, DatasetBaseSize = 2147483648
|
||||
, ArgonIterations(3)
|
||||
, ArgonLanes(1)
|
||||
, ArgonSalt("RandomX\x03")
|
||||
, ScratchpadL1_Size(16384)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue