Commit Graph

327 Commits

Author SHA1 Message Date
XMRig
f5eb079366 Fixed build. 2019-07-17 05:01:12 +07:00
XMRig
bd5a42ce84 Class Mem replaced to VirtualMemory. 2019-07-17 04:57:58 +07:00
XMRig
c8736cac5e Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
XMRig
fe2ae04f8d Added initial support for new style threads launch method. 2019-07-16 22:10:50 +07:00
XMRig
e31433928f Removed xmrig.h. 2019-07-13 19:10:17 +07:00
XMRig
facdd99acc Added new nonce allocation method for dynamic/variable threads. 2019-07-11 16:15:51 +07:00
XMRig
f14d3129f2 Fixed RandomX VM creation in some cases. 2019-07-10 10:26:10 +07:00
XMRig
dc65b213a8 Added class RxVm. 2019-07-10 10:14:33 +07:00
XMRig
e1edfa3312 Added classes Rx, RxAlgo, RxCache, RxDataset. 2019-07-10 01:53:05 +07:00
XMRig
d84ab8e4bf Added class JobResults. 2019-07-06 15:22:19 +07:00
XMRig
8c48b907cd Generate "rx" and "rx/wow" sections of CPU threads. 2019-07-06 11:31:12 +07:00
XMRig
2a3b27be06 Merge branch 'evo' into feature-per-pool-algo 2019-07-06 10:49:31 +07:00
XMRig
e8a9b0013d Quick fixes. 2019-07-02 22:57:08 +07:00
XMRig
7fa6ac5d38 Added support for multi-algorithm CPU threads settings. 2019-07-02 22:56:28 +07:00
SChernykh
d53ca8714e Fixed MingGW compilation 2019-07-01 20:48:51 +02:00
SChernykh
7d10b6b71f Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
XMRig
7287119d60 Move CPU information classes to new location. 2019-06-29 09:51:23 +07:00
XMRig
aa04150ec7 Added class CpuConfig. 2019-06-28 22:28:40 +07:00
XMRig
14a937cf70 Merge Assembly enum and Asm class. 2019-06-28 13:08:08 +07:00
XMRig
8eb1cc8731 Merge branch 'evo' into feature-per-pool-algo 2019-06-26 15:44:52 +07:00
XMRig
ee6043ac2f Move RandowWOW to new global algorithm. 2019-06-25 08:21:40 +07:00
XMRig
63bae0cc61 Allow disable RandomX support. 2019-06-18 06:11:53 +07:00
XMRig
5d4287296e Merge branch 'feature-randomx' into evo 2019-06-18 05:33:30 +07:00
XMRig
e5e427596a Moved keccak files. 2019-06-17 04:06:38 +07:00
SChernykh
93f6e8ec7d Fixed auto-config 2019-06-15 23:50:31 +02:00
XMRig
84ce5f01df Allow null algorithm for pools. 2019-06-16 03:50:22 +07:00
XMRig
4d09488728 Fixed ARM mining code. 2019-06-15 00:28:16 +07:00
XMRig
bbd28e8535 Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums. 2019-06-13 22:08:52 +07:00
XMRig
6838673ddb Added initial support for per pool algo option (mining code is broken). 2019-06-10 20:46:29 +07:00
XMRig
166c04b62f Moved Algorithm class. 2019-06-09 16:46:44 +07:00
XMRig
6ed03b8b01 Renamed macros for enable/disable algorithms. 2019-06-09 15:29:26 +07:00
XMRig
358d191e1d Fixed ARM build, again. 2019-06-04 19:49:54 +07:00
XMRig
254a2f86f8 Move files. 2019-06-04 19:20:33 +07:00
XMRig
a88dda16ef Added unprotectExecutableMemory for future use. 2019-06-04 15:48:32 +07:00
XMRig
68adb300a9 #1026 Probably fixed iOS build. 2019-06-03 18:40:12 +07:00
XMRig
bd5bfb5c6d Simplified cn/r code. 2019-06-02 23:38:02 +07:00
XMRig
7900be792f Fixed ARM build. 2019-06-02 21:06:30 +07:00
XMRig
a39a073a99 Moved mm_malloc.h 2019-06-02 20:57:49 +07:00
XMRig
cf75534ea1 Fixed Linux build. 2019-06-02 19:58:16 +07:00
XMRig
22cd7b5a6e Moved common memory primitives to new VirtualMemory class. 2019-06-02 19:43:56 +07:00
XMRig
cb960bf953 Merge branch 'dev' into evo 2019-04-17 17:42:22 +07:00
XMRig
3d2c9f226d #1012 Added checks for _rotr. 2019-04-16 01:20:50 +07:00
XMRig
85ece5385c Merge branch 'dev' into evo 2019-03-27 19:20:12 +07:00
Tony Butler
f4ef444ce3 Fix compilation with Clang 3.5 for those with limited compiler choices
Performance similar to gcc7+ on systems where gcc4 is the only alternative
2019-03-15 07:19:47 -06:00
XMRig
630ee04681 Sync changes. 2019-03-14 18:42:27 +07:00
SChernykh
2ca1fe20b8 Unified ASM functions signature 2019-03-13 22:00:44 +01:00
XMRig
0f460448a1 #975 Fixed crash on Linux if used double thread. 2019-03-07 14:52:40 +07:00
XMRig
3708c5f789 Added "cn/zls" (Zelerius) and "cn/double" (X-CASH) algorithms. 2019-03-05 18:29:13 +07:00
XMRig
eab15dc2fd Fix MSYS2 build. 2019-03-05 02:11:34 +07:00
SChernykh
be7b1db754 CryptoNight v8 ReverseWaltz (+asm code and all test vectors)
Co-Authored-By: Vitalius Parubochyi <eddragonwolf@users.noreply.github.com>
2019-03-04 19:57:33 +01:00