-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e66bf6
commit c6041b6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xmrig
updated
15 files
+8 −0 | CHANGELOG.md | |
+1 −1 | scripts/pool_mine_example.cmd | |
+1 −1 | scripts/solo_mine_example.cmd | |
+1 −1 | src/backend/cpu/platform/BasicCpuInfo.cpp | |
+7 −2 | src/backend/cpu/platform/HwlocCpuInfo.cpp | |
+9 −9 | src/crypto/kawpow/KPHash.h | |
+36 −21 | src/crypto/randomx/aes_hash.cpp | |
+14 −0 | src/crypto/randomx/intrin_portable.h | |
+0 −4 | src/crypto/randomx/jit_compiler_a64.cpp | |
+57 −49 | src/crypto/randomx/jit_compiler_x86.cpp | |
+3 −4 | src/net/Network.cpp | |
+4 −4 | src/net/Network.h | |
+31 −14 | src/net/strategies/DonateStrategy.cpp | |
+11 −10 | src/net/strategies/DonateStrategy.h | |
+2 −2 | src/version.h |