mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-26 22:12:53 -05:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user