1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-17 13:02:57 -04:00

RandomX v2 (ARM64)

This commit is contained in:
SChernykh
2026-01-31 17:30:35 +01:00
parent f16a06eb67
commit cb6001945e
4 changed files with 691 additions and 28 deletions

View File

@@ -83,6 +83,7 @@ namespace randomx {
uint32_t literalPos;
uint32_t num32bitLiterals = 0;
size_t allocatedSize = 0;
uint32_t vm_flags = 0;
void allocate(size_t size);