MoneroOcean
|
da8f0fe394
|
Merge https://github.com/xmrig/xmrig
|
2019-11-13 10:40:40 -08:00 |
|
SChernykh
|
472ec1a0e6
|
Fix function names for clang on Apple
|
2019-11-12 14:42:21 +01:00 |
|
MoneroOcean
|
c208f8eb8f
|
Merged v4.5.0-beta
|
2019-11-02 12:09:14 -07:00 |
|
XMRig
|
175a7b06b7
|
Added initial NVML stub.
|
2019-10-30 15:33:06 +07:00 |
|
MoneroOcean
|
245838ffae
|
Merge branch 'beta' of https://github.com/xmrig/xmrig
|
2019-10-29 14:19:29 -07:00 |
|
XMRig
|
23ebcfb2db
|
Display backend for shares.
|
2019-10-29 15:43:13 +07:00 |
|
XMRig
|
ec717f27b5
|
Added CudaLib stub.
|
2019-10-25 16:46:49 +07:00 |
|
XMRig
|
48545c5916
|
Fixed compile warnings.
|
2019-10-22 13:09:58 +07:00 |
|
XMRig
|
52281906c6
|
Fixed "huge-pages" option.
|
2019-10-21 23:01:30 +07:00 |
|
SChernykh
|
578bebb04d
|
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
|
5611249af7
|
Fixed __builtin___clear_cache detection
|
2019-10-18 18:04:13 +02:00 |
|
SChernykh
|
0ad992985c
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:36:50 +02:00 |
|
SChernykh
|
1a66c3f1a1
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:32:01 +02:00 |
|
SChernykh
|
a2ef2fd9d9
|
Update jit_compiler_a64.cpp
|
2019-10-18 16:28:49 +02:00 |
|
SChernykh
|
998c55030a
|
Fixed code cache cleanup on iOS/Darwin
|
2019-10-18 16:26:15 +02:00 |
|
XMRig
|
5c02cb50da
|
Fix copy/paste typo.
|
2019-10-18 21:26:15 +07:00 |
|
SChernykh
|
432addab33
|
Fix ARM64 code alignemtn
|
2019-10-18 16:18:45 +02:00 |
|
XMRig
|
10d292092a
|
#1246 Fixed build on iOS.
|
2019-10-18 12:02:10 +07:00 |
|
MoneroOcean
|
f9bc70234f
|
Fixed for MinGW
|
2019-10-15 12:41:45 -07:00 |
|
SChernykh
|
c9798ba2e9
|
Sync with latest RandomX code
Fix a possible out-of-bounds access in superscalar generator
|
2019-10-13 22:13:29 +02:00 |
|
MoneroOcean
|
fe76800fc8
|
Merged v4.3.0-beta
|
2019-10-10 14:52:12 -07:00 |
|
XMRig
|
ee87f73d5e
|
#1227 Added "arqma" value for "coin" option.
|
2019-10-09 09:20:54 +07:00 |
|
SChernykh
|
2b29a4c20f
|
RandomX (Arqma variant) support
|
2019-10-08 19:00:19 +02:00 |
|
XMRig
|
d3b137c817
|
Fixed crash.
|
2019-10-08 08:50:33 +07:00 |
|
XMRig
|
9dce868fb9
|
Added "memory-pool" option.
|
2019-10-07 23:38:01 +07:00 |
|
XMRig
|
2dc4ceae29
|
Added class NUMAMemoryPool.
|
2019-10-07 20:39:04 +07:00 |
|
XMRig
|
0e0a26f644
|
Fixed Linux build.
|
2019-10-07 13:37:12 +07:00 |
|
XMRig
|
68d77b02d7
|
Added initial memory pool support.
|
2019-10-07 12:36:40 +07:00 |
|
XMRig
|
c13c83b902
|
VirtualMemory class refactoring.
|
2019-10-06 17:49:15 +07:00 |
|
XMRig
|
72c9d94390
|
Use hwloc for set thread affinity.
|
2019-10-06 14:40:42 +07:00 |
|
XMRig
|
759573ace3
|
Merge branch 'optimize-numa' into evo
|
2019-10-06 11:21:31 +07:00 |
|
XMRig
|
0a1836e5a8
|
Fixed exit condition for RxQueue.
|
2019-10-06 11:19:32 +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 |
|
SChernykh
|
10f9b29e03
|
Refactored JIT compiler for x86, small RandomX speedup
|
2019-10-05 21:40:21 +02:00 |
|
XMRig
|
d5af5cf8f8
|
Fixed exit.
|
2019-10-05 11:24:22 +07:00 |
|
XMRig
|
05928ccc25
|
Implemented RxNUMAStorage.
|
2019-10-05 08:24:28 +07:00 |
|
XMRig
|
ad6dc876b3
|
Simplified VirtualMemory::bindToNUMANode.
|
2019-10-04 19:52:15 +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
|
d1aadc2e3b
|
More cleanup.
|
2019-10-03 07:45:25 +07:00 |
|
MoneroOcean
|
6df49a9c6b
|
HWLOCK fix 2
|
2019-10-02 15:09:00 -07:00 |
|
MoneroOcean
|
93690985f4
|
HWLOCK fix
|
2019-10-02 14:59:03 -07:00 |
|
MoneroOcean
|
97e81f2cba
|
Moved version
|
2019-10-02 14:55:01 -07:00 |
|
XMRig
|
6d8cf91568
|
Added class RxSeed.
|
2019-10-03 04:48:36 +07:00 |
|
XMRig
|
36ade0d24e
|
#1212 Fixed RandomX dataset re-initialization.
|
2019-10-01 16:48:26 -07:00 |
|
XMRig
|
42fd146c2b
|
#1212 Fixed RandomX dataset re-initialization.
|
2019-10-02 06:35:49 +07:00 |
|
XMRig
|
34468782cd
|
Merge branch 'dev' into evo
|
2019-10-01 07:26:18 +07:00 |
|
XMRig
|
3badeb56a0
|
Fixed support for systems where total count of NUMA nodes not equal usable count.
|
2019-10-01 07:19:13 +07:00 |
|
MoneroOcean
|
d03fb91b0a
|
Resolved conflicts
|
2019-09-28 20:26:20 -07:00 |
|