mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 14:17:33 -05:00
NOP instruction
register load/store from L3
This commit is contained in:
@@ -72,7 +72,7 @@ namespace RandomX {
|
||||
convertible_t hi;
|
||||
};
|
||||
|
||||
constexpr int ProgramLength = 256;
|
||||
constexpr int ProgramLength = 128;
|
||||
constexpr uint32_t InstructionCount = 1024;
|
||||
constexpr uint32_t ScratchpadSize = 1024 * 1024;
|
||||
constexpr uint32_t ScratchpadLength = ScratchpadSize / sizeof(convertible_t);
|
||||
|
||||
Reference in New Issue
Block a user