1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

More optimizations for Ryzen

This commit is contained in:
SChernykh
2019-12-09 20:29:05 +01:00
parent 9bc13813ba
commit 763691fa4b
5 changed files with 20 additions and 11 deletions

View File

@@ -81,6 +81,7 @@ randomx_program_prologue_first_load PROC
and eax, RANDOMX_SCRATCHPAD_MASK
ror rdx, 32
and edx, RANDOMX_SCRATCHPAD_MASK
stmxcsr dword ptr [rsp-20]
jmp randomx_program_loop_begin
randomx_program_prologue_first_load ENDP