Commit Graph

119 Commits

Author SHA1 Message Date
SChernykh
4e24ccdb2b Support for Cryptonight variant 4 (Monero) 2019-02-17 18:17:14 +01:00
XMRig
d9446f7f3e Removed "cn/r" alias and fixed build without ASM. 2019-02-13 00:18:40 +07:00
XMRig
d168178366 Temporary added "cn/r" alias for test pool. 2019-02-11 05:46:43 +07:00
SChernykh
b109070288 Fixed ARM code 2019-02-10 16:04:24 +01:00
SChernykh
384a5c3b76 Removed unused variable 2019-02-10 15:46:55 +01:00
SChernykh
dd29a6db73 Fixed ARM compilation 2019-02-10 15:34:31 +01:00
SChernykh
4baa8ee4b5 CryptonightR support for Wownero 2019-02-10 15:21:17 +01:00
XMRig
a84604ceb3 Fixed floating-point rounding, resolved conflict between cn/2 and cn/gpu. Thanks @SChernykh. 2019-02-06 00:38:55 +07:00
XMRig
1325d13509 Sync changes. 2019-02-05 18:47:54 +07:00
XMRig
7c9e0ed6a0 Fix typo. 2019-02-03 20:34:24 +07:00
XMRig
4a73520a11 Add ARM support for cn/gpu. 2019-02-03 20:28:13 +07:00
XMRig
336d17204e Fix Linux build. 2019-02-03 14:48:11 +07:00
XMRig
7fa2d93701 Added reference implementation for cn/gpu (cn-gpu). 2019-02-03 14:44:23 +07:00
XMRig
e30e3ddcc4 #904 Add ASM implementation. 2019-01-21 00:32:24 +07:00
XMRig
93763c3919 #904 Initial support for "cn-pico/trtl". 2019-01-20 19:52:44 +07:00
SChernykh
4e998e3223 Correct FP rounding mode for cn/half 2019-01-17 00:49:48 +01:00
SChernykh
49431e7a01 Fixed compilation error on Windows 2019-01-16 00:24:34 +01:00
SChernykh
62bf59dd09 Fixed crash in patchCode() on Linux 2019-01-16 00:09:00 +01:00
XMRig
5f18c341a7 Fixed wrong ASM code alignment on macOS, thanks @SChernykh. 2019-01-15 18:18:04 +07:00
XMRig
7ddfbbabc4 Code-style/copyright cleanup. 2019-01-15 02:15:36 +07:00
SChernykh
c552280ed5 Fixes for Visual Studio 2019-01-14 16:38:28 +01:00
SChernykh
745dbbb908 Added ASM code patching when loading
For CNv2 variants with different iterations and memory size.
2019-01-14 15:34:55 +01:00
XMRig
42578c6855 #899 Add ASM implementation for cn/half. 2019-01-14 18:09:16 +07:00
XMRig
a195a6203a Rename ASM files. 2019-01-13 23:00:41 +07:00
XMRig
998a79a57c Rename "cn/xtlv9" to "cn/half". 2019-01-13 19:42:27 +07:00
XMRig
0a3282bb61 #899 Fixed ARM build. 2019-01-13 15:24:04 +07:00
XMRig
484a841567 #899 Initial support for "cn/xtlv9" (C++ only). 2019-01-13 15:03:36 +07:00
XMRig
1787ae9cf6 Fixed MSVC 2015 build. 2018-10-22 23:17:54 +07:00
XMRig
168e2a02da Fixed MSYS2 build & copyright 2018-10-22 23:08:29 +07:00
SChernykh
cc361d1784 Added asm optimized code for AMD Bulldozer 2018-10-21 18:29:03 +02:00
XMRig
9d6ff0bb72 #768 Fixed build error with MSVC 2015 and enabled ASM code. 2018-10-02 17:50:19 +03:00
Roboto12
72813e191f Update Asm.cpp
parse(value.IsBool()) should be changed to parse(value.GetBool()), otherwise if the 'asm' parameter in config has a boolean value, it will be parse as 'true' even if it's actually 'false'.
2018-09-28 19:18:37 +03:00
XMRig
ced04e731b Fix template declaration. 2018-09-25 09:40:09 +03:00
XMRig
975a5112ba Added ASM code for double hash mode, thanks @SChernykh. 2018-09-25 09:25:47 +03:00
XMRig
318fc3ed21 Fixed crash when use ASM code for MSYS2, thanks @SChernykh. 2018-09-24 20:43:31 +03:00
XMRig
512cd05284 Implemented "asm" option. 2018-09-24 14:19:26 +03:00
XMRig
d9de80fcea Initial ASM wrapper. 2018-09-24 09:51:21 +03:00
XMRig
b6a0c7d19b Fix macOS/Clang build. 2018-09-23 20:45:10 +03:00
XMRig
241a9d45eb Initial compile with ASM. 2018-09-23 20:16:33 +03:00
SChernykh
71d73d4077 Cryptonight variant 2 - final version
Reference code: https://github.com/monero-project/monero/pull/4404

I tested it on x86 with av=1-10 and on ARM with av=1-4, self test passed.
2018-09-22 17:21:32 +02:00
XMRig
af0172d5f3 Fix compile error on macOS. 2018-09-14 22:04:52 +03:00
XMRig
69680445fc "xmrig::cn_uses_variant1" replaced to "xmrig::cn_base_variant". 2018-09-10 18:35:12 +03:00
XMRig
d88127de8c Small fixes. 2018-09-01 00:00:38 +03:00
XMRig
fe9f2af926 Fix invalid hashes with gcc 7.1. 2018-08-31 23:32:33 +03:00
XMRig
e3885f3c12 Fixed 32 bit support. 2018-08-31 23:19:10 +03:00
XMRig
e4154c2524 Fixed gcc build. 2018-08-31 21:51:34 +03:00
SChernykh
58a3d51038 Fixed spaces 2018-08-29 20:27:17 +02:00
SChernykh
177993cea1 Fixed performance degradation for v0 & v1 2018-08-29 20:15:08 +02:00
SChernykh
723f46e709 Removed excess code for v0 & v1 2018-08-29 19:52:33 +02:00
SChernykh
1852eb95a2 Cryptonight variant 2 support
Reference code: https://github.com/monero-project/monero/pull/4218
2018-08-28 23:42:15 +02:00