Fixed Zen3 asm for cn/upx2
- Invalid rounding mode was used which caused rejected shares sometimes - Also optimized CN implode/explode functions a bit.
This commit is contained in:
parent
da35de993f
commit
b7adb34c37
3 changed files with 19 additions and 14 deletions
|
@ -34,7 +34,7 @@
|
|||
movdqa XMMWORD PTR [rsp+32], xmm0
|
||||
|
||||
stmxcsr DWORD PTR [rsp+24]
|
||||
mov DWORD PTR [rsp+28], 24448
|
||||
mov DWORD PTR [rsp+28], 16256
|
||||
ldmxcsr DWORD PTR [rsp+28]
|
||||
|
||||
mov rcx, QWORD PTR [rbx+56]
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
movdqa XMMWORD PTR [rsp+32], xmm0
|
||||
|
||||
stmxcsr DWORD PTR [rsp+24]
|
||||
mov DWORD PTR [rsp+28], 24448
|
||||
mov DWORD PTR [rsp+28], 16256
|
||||
ldmxcsr DWORD PTR [rsp+28]
|
||||
|
||||
mov rcx, QWORD PTR [rbx+56]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue