RandomX: tweaked Ryzen code

Very small speedup
This commit is contained in:
SChernykh 2020-07-05 16:06:59 +02:00
parent ef475d98da
commit 3d740e81a2
2 changed files with 2 additions and 3 deletions

View file

@ -121,7 +121,7 @@ struct RandomX_ConfigurationBase
uint8_t codeShhPrefetchTweaked[20];
uint8_t codeReadDatasetTweaked[64];
uint32_t codeReadDatasetTweakedSize;
uint8_t codeReadDatasetRyzenTweaked[76];
uint8_t codeReadDatasetRyzenTweaked[72];
uint32_t codeReadDatasetRyzenTweakedSize;
uint8_t codeReadDatasetLightSshInitTweaked[68];
uint8_t codePrefetchScratchpadTweaked[32];