mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 18:54:43 +00:00
Update jit_compiler_x86_static.S
This commit is contained in:
parent
7459677fd5
commit
f8bf8fddd9
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ DECL(randomx_program_prologue_first_load):
|
|||
ror rdx, 32
|
||||
and edx, RANDOMX_SCRATCHPAD_MASK
|
||||
stmxcsr dword ptr [rsp-20]
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
jmp DECL(randomx_program_loop_begin)
|
||||
|
||||
.balign 64
|
||||
|
|
Loading…
Reference in a new issue