SChernykh
d1f551da2c
Fixed compilation error on Windows
2019-01-16 00:24:34 +01:00
SChernykh
6425c53d61
Fixed crash in patchCode() on Linux
2019-01-16 00:09:00 +01:00
XMRig
a98c475a3c
Fixed wrong ASM code alignment on macOS, thanks @SChernykh.
2019-01-15 18:18:04 +07:00
XMRig
17f28667b3
Code-style/copyright cleanup.
2019-01-15 02:15:36 +07:00
SChernykh
56cacbd5bc
Fixes for Visual Studio
2019-01-14 16:38:28 +01:00
SChernykh
8b9d5cff91
Added ASM code patching when loading
...
For CNv2 variants with different iterations and memory size.
2019-01-14 15:34:55 +01:00
XMRig
492449e9fb
#899 Add ASM implementation for cn/half.
2019-01-14 18:09:16 +07:00
XMRig
b43336582d
Rename ASM files.
2019-01-13 23:00:41 +07:00
XMRig
67863a427d
Rename "cn/xtlv9" to "cn/half".
2019-01-13 19:42:27 +07:00
XMRig
1382857c83
#899 Fixed ARM build.
2019-01-13 15:24:04 +07:00
XMRig
84c2cadc50
#899 Initial support for "cn/xtlv9" (C++ only).
2019-01-13 15:03:36 +07:00
XMRig
735180ac04
Fixed MSVC 2015 build.
2018-10-22 23:17:54 +07:00
XMRig
06a84499d7
Fixed MSYS2 build & copyright
2018-10-22 23:08:29 +07:00
SChernykh
4b91978af6
Added asm optimized code for AMD Bulldozer
2018-10-21 18:29:03 +02:00
XMRig
152c4f2f1b
#768 Fixed build error with MSVC 2015 and enabled ASM code.
2018-10-02 17:50:19 +03:00
Roboto12
fbba3d1be6
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
0d9db273a0
Fix template declaration.
2018-09-25 09:40:09 +03:00
XMRig
1a3de05096
Added ASM code for double hash mode, thanks @SChernykh.
2018-09-25 09:25:47 +03:00
XMRig
ebcdac7d13
Fixed crash when use ASM code for MSYS2, thanks @SChernykh.
2018-09-24 20:43:31 +03:00
XMRig
c2fcf23855
Implemented "asm" option.
2018-09-24 14:19:26 +03:00
XMRig
ba65a34a01
Initial ASM wrapper.
2018-09-24 09:51:21 +03:00
XMRig
f163aad38c
Fix macOS/Clang build.
2018-09-23 20:45:10 +03:00
XMRig
dd27c42293
Initial compile with ASM.
2018-09-23 20:16:33 +03:00
SChernykh
d8ca5ef205
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
93216a51f4
Fix compile error on macOS.
2018-09-14 22:04:52 +03:00
XMRig
23914e9a9f
"xmrig::cn_uses_variant1" replaced to "xmrig::cn_base_variant".
2018-09-10 18:35:12 +03:00
XMRig
b948474d01
Small fixes.
2018-09-01 00:00:38 +03:00
XMRig
075565e6fa
Fix invalid hashes with gcc 7.1.
2018-08-31 23:32:33 +03:00
XMRig
eef4d9b102
Fixed 32 bit support.
2018-08-31 23:19:10 +03:00
XMRig
f11aad515b
Fixed gcc build.
2018-08-31 21:51:34 +03:00
SChernykh
ea1658c818
Fixed spaces
2018-08-29 20:27:17 +02:00
SChernykh
7c4b718789
Fixed performance degradation for v0 & v1
2018-08-29 20:15:08 +02:00
SChernykh
f151c7131d
Removed excess code for v0 & v1
2018-08-29 19:52:33 +02:00
SChernykh
36a562e1f1
Cryptonight variant 2 support
...
Reference code: https://github.com/monero-project/monero/pull/4218
2018-08-28 23:42:15 +02:00
XMRig
0041e9f0c1
Add new algorithms for ARM.
2018-07-10 00:29:16 +07:00
XMRig
969a26fb5d
Optimize cn-heavy/tube.
2018-07-09 22:28:53 +07:00
XMRig
dac12a122f
Add cn-heavy/tube.
2018-07-09 20:21:53 +07:00
XMRig
2702b6ffc8
Add reference hashes for cn/xao and cn/rto.
2018-07-09 16:54:39 +07:00
XMRig
25bac30862
Added "cn/xao" and "cn/rto".
2018-07-09 16:12:45 +07:00
XMRig
a8de81a51b
#714 Simplify cn-heavy/xhv.
2018-07-09 00:23:27 +07:00
XMRig
6a7a7ada2e
Fix ARM build.
2018-06-11 15:44:45 +07:00
XMRig
dab4239aca
Added support for cn-heavy/xhv.
2018-06-11 12:00:59 +07:00
XMRig
8908c2c027
Added support for "cn/msr" also known as "cn-fast".
2018-06-10 19:48:34 +07:00
XMRig
1748a7bd57
Fix double hash mode too.
2018-06-03 05:42:10 +07:00
XMRig
6cf24936df
#551 Fixed cn-heavy for ARMv8.
2018-06-03 02:56:49 +07:00
XMRig
651637d637
#446 Better fix, second variable always aligned.
2018-06-03 00:22:26 +07:00
XMRig
26ee5028e1
Use native checks instead of XMRIG_ARMv8.
2018-06-03 00:09:59 +07:00
XMRig
d900a6d9dd
#446 Fixed SIGBUS error on 32 bit ARM CPUs.
2018-06-02 04:37:12 +07:00
XMRig
a00024cf51
Fixed ARMv8 build.
2018-05-05 22:44:20 +07:00
XMRig
3df99fbced
Add Stellite (XTL) support as cn/xtl.
2018-04-27 00:28:52 +07:00