RandomX JIT x86: remove unnecessary instructions
Adopted from https://github.com/tevador/RandomX/pull/201
This commit is contained in:
parent
76fba819fe
commit
78922a0772
3 changed files with 3 additions and 9 deletions
|
@ -93,8 +93,6 @@ DECL(randomx_program_prologue):
|
|||
movapd xmm15, xmmword ptr [scaleMask+rip]
|
||||
|
||||
DECL(randomx_program_prologue_first_load):
|
||||
xor rax, r8
|
||||
xor rax, r8
|
||||
mov rdx, rax
|
||||
and eax, RANDOMX_SCRATCHPAD_MASK
|
||||
ror rdx, 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue