Commit Graph

9 Commits

Author SHA1 Message Date
XMRig
dea1643d38 Added cryptonight-heavy support for ARM 2018-04-03 17:51:06 +07:00
XMRig
a7063f4393 Removed unnecessary pointers cast. 2018-03-18 05:48:19 +07:00
XMRig
cb63e8e7d0 Better v1 PoW implementation, added variant option. 2018-03-12 22:29:44 +07:00
XMRig
77a9087f3f Added reference hashes. 2018-03-07 15:32:44 +07:00
XMRig
8a6f0f1e4d Update copyright and move version into Job class. 2018-03-06 17:06:07 +07:00
Lee Clagett
6f4fbb3c40 Changes for the Monero v1 PoW 2018-03-02 22:17:29 +00:00
XMRig
8a3b8ff788 Fix code style, replace tabs to space #2. 2018-02-08 17:21:12 +07:00
Foudge
50e4f9e3e7 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
5f51eddd62 #216 Added ARMv7 support. 2017-11-26 22:23:23 +03:00