mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 06:07:33 -05:00
Refactoring
This commit is contained in:
@@ -95,6 +95,7 @@ namespace RandomX {
|
||||
constexpr int ScratchpadL3Mask = (ScratchpadL3 - 1) * 8;
|
||||
constexpr int ScratchpadL3Mask64 = (ScratchpadL3 / 8 - 1) * 64;
|
||||
constexpr int RegistersCount = 8;
|
||||
constexpr int LimitedAddressRegister = 5; //x86 r13 register
|
||||
|
||||
struct Cache {
|
||||
uint8_t* memory;
|
||||
|
||||
Reference in New Issue
Block a user