aegroto
33e710d591
optimization to double hash tweak
2018-04-16 01:39:27 +02:00
aegroto
574673fe43
applied the single hash patch to the double hash code
2018-04-10 09:03:56 +02:00
aegroto
2f58a0eb87
Merge branch 'dev' of https://github.com/aegroto/xmrig into dev
2018-04-09 21:06:27 +02:00
aegroto
69997a3a06
cryptonight x86 modifications
2018-04-09 21:06:23 +02:00
aegroto
64f0a869ad
Merge branch 'dev' into dev
2018-04-09 21:05:42 +02:00
XMRig
ccbb78d4e9
Improved performance for cryptonight v7.
2018-04-09 21:56:15 +07:00
aegroto
46d20338cb
applied patches to cryptonight arm
2018-04-09 16:35:08 +02:00
aegroto
d83320c321
reverted loop define refactoring, applied other little patches
2018-04-09 15:52:26 +02:00
aegroto
80796c4b48
performance improvement to memory hard loop
2018-04-09 09:48:45 +02:00
aegroto
4abcf937b2
performance improvements
2018-04-09 01:13:09 +02:00
XMRig
dd6bc339bf
First working cryptonight-heavy.
2018-04-03 16:55:41 +07:00
XMRig
903b243308
New style function selector.
2018-04-03 02:55:28 +07:00
XMRig
2de5d92d3a
Removed unnecessary pointers cast.
2018-03-18 05:48:19 +07:00
XMRig
aec31c43c0
Better v1 PoW implementation, added variant option.
2018-03-12 22:29:44 +07:00
XMRig
83e5832bc1
Some small fixes.
2018-03-12 14:44:23 +07:00
XMRig
8b60585004
PoW changes WIP
2018-03-06 21:34:20 +07:00
XMRig
df6a397e52
Update copyright and move version into Job class.
2018-03-06 17:06:07 +07:00
Lee Clagett
48b1de0b59
Changes for the Monero v1 PoW
2018-03-02 22:17:29 +00:00
XMRig
e78e810cfe
Fix code style, replace tabs to space.
2018-02-08 17:02:32 +07:00
Foudge
9a28ad590c
up to 20% perf increase with Cryptonight with non-AES CPU
...
This time, the performance increase is got with MSVC and GCC. On non-AES CPU, there were an useless load/store SSE2 register. The last MSVC "hack" is replaced by a portable code and he's more complete (a load is saved).
On my C2Q6600, with 3 thread, I have +16% with MSVC2015 and +20% with GCC 7.3, compared to official 2.4.4 version.
2018-01-28 12:58:19 +01:00
XMRig
aa4f8b6fa7
#216 Added ARMv7 support.
2017-11-26 22:23:23 +03:00
XMRig
6cc152e26f
Added ARMv8 (aarch64) support.
2017-11-06 03:11:35 +03:00