Added support for Uplexa (cn/upx2 algorithm)#2276
Conversation
|
Bonus: MSVC version for Windows is faster than other miners by 3-4% on Ryzen CPUs. |
|
Update: #2278 - GCC version is a bit faster than MSVC now. This code is now the fastest on Zen3 with big margin (7.8% faster than SRBMiner, 15.7% faster than XMRigCC on my Ryzen 5 5600X). |
|
Interesting fact: on Zen 1+ (2700) the configuration ... ...is faster than the default config... Not much, but reproducable 43 kH/s vs. 42 hH/s. On Zen 3 instead, [2, x] is much fast than [1, x], on an 5800X 77kH/s vs. 71 kH/s. |
|
still slower than srbminer on intel. |
|
Yes, it's something with Zen3 asm code, I'll check it. |
|
Yes, it's the same with GCC. Countertest with asm false. Edit: strange. Even when I set asm: "intel" manually I get rejected shares. Is xmrig using the Zen 3 asm on a Zen 3 cpu even if I manually choose "intel"? Edit 2: asm: false is working well, but -11K hashrate! |
|
Fix: #2296 |
No description provided.