1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-25 21:02:39 -04:00

Integrated RandomX, added RandomXL (Loki)

This commit is contained in:
SChernykh
2019-07-01 20:11:51 +02:00
parent 0aaf2d38d4
commit 6eb9d0963b
78 changed files with 9870 additions and 36 deletions

View File

@@ -0,0 +1,10 @@
;# restore callee-saved registers - System V AMD64 ABI
pop r15
pop r14
pop r13
pop r12
pop rbp
pop rbx
;# program finished
ret 0