XMRig
|
2f19cddc9f
|
Added additional MSR registers for Ryzen CPUs.
|
2019-12-12 14:21:15 +07:00 |
|
XMRig
|
86e5ab861b
|
Don't build Rx_linux.cpp on ARM.
|
2019-12-11 21:20:37 +07:00 |
|
XMRig
|
6d176d2013
|
Fixed MSR.
|
2019-12-11 20:09:25 +07:00 |
|
XMRig
|
7a507a2c8a
|
Added support for AMD specific MSR registers.
|
2019-12-11 19:37:13 +07:00 |
|
XMRig
|
79a7d91166
|
Fixed --randomx-wrmsr option without parameters.
|
2019-12-11 19:16:01 +07:00 |
|
XMRig
|
f960d1cf16
|
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
|
2019-12-10 23:57:29 +07:00 |
|
SChernykh
|
9629001fe4
|
Update jit_compiler_x86_static.S
|
2019-12-09 20:30:37 +01:00 |
|
SChernykh
|
7e724aa70d
|
More optimizations for Ryzen
|
2019-12-09 20:29:05 +01:00 |
|
SChernykh
|
e35ce64e14
|
Fixed assembly selection for RandomX when it's on Auto
|
2019-12-09 18:59:49 +01:00 |
|
XMRig
|
fbd39ca49d
|
Move "1gb-pages" option to "randomx" object.
|
2019-12-09 21:42:40 +07:00 |
|
XMRig
|
280618a9eb
|
Memory allocation refactoring.
|
2019-12-08 23:17:39 +07:00 |
|
SChernykh
|
08eef1bf9a
|
Fix GCC compilation
|
2019-12-08 16:51:37 +01:00 |
|
SChernykh
|
8a1679ec89
|
Fixed indentation
|
2019-12-08 16:20:46 +01:00 |
|
SChernykh
|
2ed2629653
|
Optimized dataset read for Ryzen CPUs
Removed register dependency in dataset read, +0.8% speedup on average.
|
2019-12-08 16:14:02 +01:00 |
|
XMRig
|
6bba6eadb9
|
New summary information about 1GB pages.
|
2019-12-08 14:21:28 +07:00 |
|
XMRig
|
0c926c5f57
|
#1385 "max-threads-hint" option now also limit RandomX dataset initialization threads.
|
2019-12-07 22:18:06 +07:00 |
|
XMRig
|
5d6abe4ae6
|
#1386 Added priority for RandomX dataset initialization threads.
|
2019-12-06 22:17:04 +07:00 |
|
SChernykh
|
46e3823d3f
|
Fixed compilation on systems without 1GB pages support
|
2019-12-06 13:55:33 +01:00 |
|
SChernykh
|
0a5c12295d
|
Added 1GB hugepages support for Linux
|
2019-12-05 19:39:47 +01:00 |
|
SChernykh
|
823857fc72
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2019-12-04 10:24:10 +01:00 |
|
SChernykh
|
8c853ea8f2
|
Update VirtualMemory_unix.cpp
|
2019-12-03 20:25:51 +01:00 |
|
XMRig
|
c8bb620264
|
Removed unused code.
|
2019-12-03 21:11:27 +07:00 |
|
SChernykh
|
4b0f3fab83
|
RandomX fixes
Intel JCC erratum fix and various other improvements, see more here: https://www.phoronix.com/scan.php?page=article&item=intel-jcc-microcode&num=1
|
2019-12-01 08:46:35 +01:00 |
|
XMRig
|
9c5db50ca4
|
Use total memory (Linux report low free memory) and fix typo.
|
2019-11-29 13:43:26 +07:00 |
|
XMRig
|
39462aeec7
|
Use uv_get_free_memory.
|
2019-11-29 13:12:36 +07:00 |
|
XMRig
|
b7e1d97d93
|
Added option "mode" (or --randomx-mode) for RandomX.
|
2019-11-29 13:00:17 +07:00 |
|
SChernykh
|
6e96a38a87
|
Use XMRIG_ARMv8 macro
|
2019-11-15 16:12:26 +01:00 |
|
SChernykh
|
d13c77ddb9
|
Fix for 32-bit ARM compilation
|
2019-11-15 16:00:48 +01:00 |
|
XMRig
|
432d11a3d4
|
#1284 Fixed build without RandomX.
|
2019-11-14 15:11:47 +07:00 |
|
SChernykh
|
74d6a35f1a
|
Fix function names for clang on Apple
|
2019-11-12 14:42:21 +01:00 |
|
XMRig
|
c99df6dbf4
|
Added initial NVML stub.
|
2019-10-30 15:33:06 +07:00 |
|
XMRig
|
2872c4737a
|
Display backend for shares.
|
2019-10-29 15:43:13 +07:00 |
|
XMRig
|
2b3840a3d4
|
Added CudaLib stub.
|
2019-10-25 16:46:49 +07:00 |
|
XMRig
|
64bbd0173d
|
Fixed compile warnings.
|
2019-10-22 13:09:58 +07:00 |
|
XMRig
|
e7800e2c50
|
Fixed "huge-pages" option.
|
2019-10-21 23:01:30 +07:00 |
|
SChernykh
|
e8c1a8bdd0
|
Prefer sys_icache_invalidate on iOS
Also break compilation with error if clear cache is not available
|
2019-10-18 18:17:57 +02:00 |
|
SChernykh
|
c4ce4baa69
|
Fixed __builtin___clear_cache detection
|
2019-10-18 18:04:13 +02:00 |
|
SChernykh
|
c67f2c2f51
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:36:50 +02:00 |
|
SChernykh
|
c31f2bb92b
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:32:01 +02:00 |
|
SChernykh
|
5af02671ee
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:28:49 +02:00 |
|
SChernykh
|
ab1175a1a7
|
Fixed code cache cleanup on iOS/Darwin
|
2019-10-18 16:26:15 +02:00 |
|
XMRig
|
2d7c99cc47
|
Fix copy/paste typo.
|
2019-10-18 21:26:15 +07:00 |
|
SChernykh
|
0640950d44
|
Fix ARM64 code alignemtn
|
2019-10-18 16:18:45 +02:00 |
|
XMRig
|
84e0b5d0ca
|
#1246 Fixed build on iOS.
|
2019-10-18 12:02:10 +07:00 |
|
SChernykh
|
e7f137bd23
|
Sync with latest RandomX code
Fix a possible out-of-bounds access in superscalar generator
|
2019-10-13 22:13:29 +02:00 |
|
XMRig
|
ff7d404908
|
#1227 Added "arqma" value for "coin" option.
|
2019-10-09 09:20:54 +07:00 |
|
SChernykh
|
e766e11dfa
|
RandomX (Arqma variant) support
|
2019-10-08 19:00:19 +02:00 |
|
XMRig
|
19ff69eb35
|
Fixed crash.
|
2019-10-08 08:50:33 +07:00 |
|
XMRig
|
e115db1fea
|
Added "memory-pool" option.
|
2019-10-07 23:38:01 +07:00 |
|
XMRig
|
d7ae457325
|
Added class NUMAMemoryPool.
|
2019-10-07 20:39:04 +07:00 |
|