mirror of
https://github.com/xmrig/xmrig.git
synced 2024-10-30 13:07:46 +00:00
Fixed rounding mode after running cn/upx
This commit is contained in:
parent
5f9e0ebc6c
commit
54bc91d5e3
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ upx2_main_loop:
|
|||
sub QWORD PTR [rsp+8], 1
|
||||
jne upx2_main_loop
|
||||
|
||||
ldmxcsr DWORD PTR [rsp+28]
|
||||
ldmxcsr DWORD PTR [rsp+24]
|
||||
|
||||
movaps xmm13, XMMWORD PTR [rsp+80]
|
||||
lea r11, QWORD PTR [rsp+216]
|
||||
|
|
Loading…
Reference in a new issue