mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 22:27:33 -05:00
4 scratchpad segments
This commit is contained in:
@@ -42,7 +42,7 @@ namespace RandomX {
|
||||
InterpretedVirtualMachine(bool soft, bool async) : softAes(soft), asyncWorker(async) {}
|
||||
~InterpretedVirtualMachine();
|
||||
void setDataset(dataset_t ds) override;
|
||||
void initializeScratchpad(uint32_t index) override;
|
||||
void initializeScratchpad(uint8_t* scratchpad, int32_t index) override;
|
||||
void initializeProgram(const void* seed) override;
|
||||
void execute() override;
|
||||
const Program& getProgam() {
|
||||
|
||||
Reference in New Issue
Block a user