SChernykh
e22f798085
AVX2 optimized code for AstroBWT
...
Added "astrobwt-avx2" parameter in config.json, it's turned off ("false") by default.
4-5% speedup on CPUs with proper AVX2 support (AMD Ryzen starting with Zen2, Intel Core starting with Haswell).
There will be no speedup on the following CPUs:
- Intel Pentium/Celeron don't support AVX2
- AMD Zen/Zen+ have only half-speed AVX
GCC compiled version is faster without AVX2, MSVC compiled version is faster with AVX2
2020-03-10 22:35:14 +01:00
SChernykh
14ef99ca67
AstroBWT algorithm (DERO) support
...
To test:
- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line
In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
2020-02-29 22:41:24 +01:00
XMRig
f00769f758
Code style cleanup.
2019-12-28 01:45:54 +07:00
XMRig
9cea70b77c
Rename Rx_windows.cpp to Rx_win.cpp.
2019-12-17 15:16:37 +07:00
XMRig
8bef964f68
Added support for write custom MSR.
2019-12-17 02:27:07 +07:00
SChernykh
2e6523aa10
MSR mod for Windows
2019-12-14 16:04:37 +01:00
XMRig
1c58e28124
Don't build Rx_linux.cpp on ARM.
2019-12-11 21:20:37 +07:00
XMRig
96cfdda9a1
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
2019-12-10 23:57:29 +07:00
XMRig
91b50f1ac8
Added os.cmake
2019-12-08 13:30:26 +07:00
XMRig
a066f9a49c
hwloc for MSVC updated to v2.1.0.
2019-12-05 12:47:31 +07:00
XMRig
fb28b931cc
Use static OpenSSL libs on macOS.
2019-11-16 18:56:34 +07:00
SChernykh
a56febcd13
Force HAVE_BUILTIN_CLEAR_CACHE for GNU compilers
...
They always have __builtin___clear_cache
2019-10-18 17:39:57 +02:00
XMRig
68d77b02d7
Added initial memory pool support.
2019-10-07 12:36:40 +07:00
XMRig
59b62dcb77
Added class RxQueue, class Rx now thin static wrapper on top of RxQueue.
2019-10-06 07:47:41 +07:00
XMRig
207dae418d
Added RxNUMAStorage stub.
2019-10-04 18:43:03 +07:00
XMRig
7508411faf
Extended "numa" option for RandomX.
2019-10-04 10:49:55 +07:00
XMRig
f34031a984
Added interface IRxStorage and RxBasicStorage class.
2019-10-04 08:45:13 +07:00
XMRig
6d8cf91568
Added class RxSeed.
2019-10-03 04:48:36 +07:00
SChernykh
38f4f4f695
Added JIT compiler for RandomX on ARMv8
2019-09-21 10:10:52 +02:00
XMRig
cc10a9cb4d
Merge branch 'dev' into evo
2019-09-15 18:05:15 +07:00
XMRig
a8f5b8ac8b
#1132 Fixed CentOS 7 compatibility.
2019-09-15 13:26:26 +07:00
XMRig
6f5d175d12
Fix compile warning, mostly struct/class inconsistency.
2019-09-13 18:21:05 +07:00
XMRig
3022f19eda
Added selection for optimized Argon2 implementation.
2019-08-17 01:42:03 +07:00
XMRig
043989e8ee
Resolved conflict between argon2 implementations.
2019-08-16 03:18:35 +07:00
XMRig
0c25424a3e
Added generic Argon2 implementation (conflicts with RandomX).
2019-08-16 00:31:29 +07:00
XMRig
718be7e9aa
Fixed 32-bit.
2019-08-02 10:54:00 +07:00
XMRig
42460b8805
Added hwloc stub.
2019-07-23 01:18:55 +07:00
XMRig
2fc54d240a
Fixed build.
2019-07-19 05:03:14 +07:00
XMRig
9b14caa9f9
Merge branch 'evo' into feature-per-pool-algo
2019-07-06 10:49:31 +07:00
SChernykh
915729bec6
Fixed MingGW compilation
2019-07-01 20:48:51 +02:00
SChernykh
6eb9d0963b
Integrated RandomX, added RandomXL (Loki)
2019-07-01 20:11:51 +02:00
XMRig
66d62de681
Merge Assembly enum and Asm class.
2019-06-28 13:08:08 +07:00
XMRig
188338c493
Merge branch 'evo' into feature-per-pool-algo
2019-06-26 15:44:52 +07:00
XMRig
3d17ba6af6
Merge branch 'feature-randomx' into evo
2019-06-18 05:33:30 +07:00
XMRig
34e39e9946
Use canonical name for RandomX, because official RandomWOW repo not rename lib or headers, still need some solution to separate it in future.
2019-06-18 05:13:51 +07:00
SChernykh
ac1b554282
RandomWOW support
2019-06-15 22:53:03 +02:00
XMRig
1f0e3e501c
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
2019-06-13 22:08:52 +07:00
XMRig
d9eb700e03
Renamed macros for enable/disable algorithms.
2019-06-09 15:29:26 +07:00
XMRig
bd8370951f
Fixed ARM build.
2019-06-04 19:27:51 +07:00
XMRig
d587eebaf2
Move files.
2019-06-04 19:20:33 +07:00
XMRig
f620ffe899
#1026 Probably fixed iOS build.
2019-06-03 18:40:12 +07:00
XMRig
d77e404439
Merge branch 'dev' into evo
2019-04-17 17:42:22 +07:00
XMRig
9137f59ec1
#1012 Fixed _rotr detection.
2019-04-16 02:00:27 +07:00
XMRig
f9f7ef26b8
#1012 Added checks for _rotr.
2019-04-16 01:20:50 +07:00
XMRig
c823c54f9b
Added HttpsClient.
2019-04-09 14:06:56 +07:00
XMRig
ca249f1f1c
Cleanup.
2019-03-31 01:44:53 +07:00
XMRig
034720e888
Use XMRIG_FEATURE_TLS instead of XMRIG_NO_TLS
2019-03-28 22:13:27 +07:00
XMRig
0d86e53a32
Move files.
2019-03-16 02:07:26 +07:00
XMRig
ba01f2a9c4
Rename files.
2019-03-15 01:50:35 +07:00
XMRig
18a9803e5e
Removed unnecessary ASM files duplicates for MSYS2.
2019-03-04 14:40:22 +07:00
XMRig
4ebfc135e0
Build whole CryptonightR_gen.cpp only if ASM used.
2019-03-03 17:33:27 +07:00
XMRig
1bd51dcf2e
Fixed msvc2015/msys2 build & code cleanup.
2019-02-19 09:15:06 +07:00
SChernykh
e3f2c38fff
CryptonightR support for Wownero
2019-02-10 15:21:17 +01:00
XMRig
a5f77eb16a
#925 Fixed self test on recent macOS.
2019-02-09 03:48:24 +07:00
XMRig
7e4858db2a
Allow override ARM arch detection and support for ARMv8 without crypto extension.
2019-02-04 02:23:05 +07:00
XMRig
3337f5ac43
Fix ARM builds with clang.
2019-02-03 20:43:49 +07:00
XMRig
f4170ec7bc
Add ARM support for cn/gpu.
2019-02-03 20:28:13 +07:00
XMRig
e9069a381e
Disable cn/gpu for 32bit builds.
2019-02-03 16:49:17 +07:00
XMRig
ca18622ad0
Disable -Ofast for gcc and cn/gpu.
2019-02-03 16:00:06 +07:00
XMRig
bd4bc9ba4d
Added reference implementation for cn/gpu (cn-gpu).
2019-02-03 14:44:23 +07:00
XMRig
b43336582d
Rename ASM files.
2019-01-13 23:00:41 +07:00
XMRig
9f6f599d78
Sync changes.
2018-11-11 03:18:56 +07:00
XMRig
152c4f2f1b
#768 Fixed build error with MSVC 2015 and enabled ASM code.
2018-10-02 17:50:19 +03:00
XMRig
ebcdac7d13
Fixed crash when use ASM code for MSYS2, thanks @SChernykh.
2018-09-24 20:43:31 +03:00
XMRig
f4a867b70f
Fix 32bit build.
2018-09-24 14:57:30 +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
dd27c42293
Initial compile with ASM.
2018-09-23 20:16:33 +03:00
XMRig
30791de5bc
Don't use static OpenSSL on Linux by default.
2018-09-22 16:01:27 +03:00
XMRig
a2d2c0418d
Fix gcc build with OpenSSL 1.1.1
2018-09-17 01:43:44 +03:00
XMRig
14ac7b556e
Initial TLS support.
2018-09-16 03:06:54 +03:00
XMRig
357fbac62b
Suppress rapidjson warnings on gcc 8
2018-09-14 21:42:42 +03:00
XMRig
9e3f2ae9f9
Added x3 x4 x5 hashing modes.
2018-04-16 15:40:37 +07:00
XMRig
6f4ed5f66d
#478 Fixed totally broken reconnect.
2018-03-26 11:47:01 +07:00
XMRig
2c2b3d2f36
Fix FindMHD.cmake
2018-03-14 19:58:38 +07:00
XMRig
c0ca68e2db
Fix FindUV.cmake and FindMHD.cmake.
2018-03-14 06:32:43 +07:00
XMRig
ff6dc727f5
Added XMRIG_DEPS cmake variable for unified dependencies.
2018-02-21 00:52:52 +07: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
XMRig
4928b6d3e3
Sync changes with xmrig-nvidia
2017-09-02 19:04:40 +03:00
XMRig
5591666069
Fixed msvc build.
2017-09-02 14:14:10 +03:00
XMRig
5601c7a672
Added Httpd class and API config options.
2017-08-31 02:28:33 +03:00
XMRig
5af169fd7b
Fix linux build.
2017-06-14 16:11:01 +03:00
XMRig
668b23c5b0
Initial libuv support build.
2017-06-04 20:52:21 +03:00