Merge xmrig v6.15.2 into master
This commit is contained in:
commit
349303201a
13 changed files with 243 additions and 53 deletions
|
@ -198,7 +198,7 @@ RandomX_ConfigurationBase::RandomX_ConfigurationBase()
|
|||
{
|
||||
const uint8_t* a = addr(randomx_sshash_prefetch);
|
||||
const uint8_t* b = addr(randomx_sshash_end);
|
||||
memcpy(codeShhPrefetchTweaked, a, b - a);
|
||||
memcpy(codeSshPrefetchTweaked, a, b - a);
|
||||
}
|
||||
{
|
||||
const uint8_t* a = addr(randomx_program_read_dataset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue