Revert "RandomX: rewrote dataset read code"

This reverts commit ff82ca57f2.
This commit is contained in:
MoneroOcean 2021-05-31 16:01:50 +00:00
parent 8a1ca690eb
commit 442353b31e
10 changed files with 69 additions and 16 deletions

View file

@ -126,6 +126,10 @@ struct RandomX_ConfigurationBase
rx_vec_i128 fillAes4Rx4_Key[8];
uint8_t codeShhPrefetchTweaked[20];
uint8_t codeReadDatasetTweaked[64];
uint32_t codeReadDatasetTweakedSize;
uint8_t codeReadDatasetRyzenTweaked[72];
uint32_t codeReadDatasetRyzenTweakedSize;
uint8_t codePrefetchScratchpadTweaked[28];
uint32_t codePrefetchScratchpadTweakedSize;