xmrig/src
SChernykh a84b45b1bb RandomX: added parameter for scratchpad prefetch mode
`scratchpad_prefetch_mode` can have 4 values:
0: off
1: use `prefetcht0` instruction (default, same as previous XMRig versions)
2: use `prefetchnta` instruction (faster on Coffee Lake and a few other CPUs)
3: use `mov` instruction
2020-09-04 16:16:07 +02:00
..
3rdparty Fix tab/space inconsistency. 2020-07-03 21:36:06 +07:00
backend Improved CUDA loader error reporting and fixed plugin load on Linux. 2020-08-23 21:30:12 +07:00
base Merge branch 'dev' of github.com:xmrig/xmrig into dev 2020-08-26 16:11:48 +07:00
core RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
crypto RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
net #1756 Added results and connection reports. 2020-07-01 23:10:37 +07:00
App.cpp #1756 Added results and connection reports. 2020-07-01 23:10:37 +07:00
App.h Added the wizard suggestion. 2020-03-07 03:24:35 +07:00
App_unix.cpp Optimized initialization. 2019-09-21 19:26:27 +07:00
App_win.cpp Optimized initialization. 2019-09-21 19:26:27 +07:00
config.json RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
donate.h Implemented donate for KawPow. 2020-06-01 00:56:26 +07:00
Summary.cpp #1756 Added results and connection reports. 2020-07-01 23:10:37 +07:00
Summary.h Added hwloc version display. 2019-07-23 07:45:00 +07:00
version.h v6.3.4 2020-08-28 23:50:16 +07:00
xmrig.cpp Use early exit for --help and --version options. 2019-02-15 09:11:18 +07:00