XMRig
572616f3d2
Code cleanup.
2020-10-16 19:35:36 +07:00
SChernykh
f26d4274fc
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
SChernykh
5af50b854c
RandomX: added cache QoS support
...
False by default. If set to true, all non-mining CPU cores will not have access to L3 cache.
2020-07-13 17:23:18 +02:00
XMRig
2771cf3582
Add 3rdparty prefix to all rapidjson includes.
2020-04-29 14:55:04 +07:00
XMRig
5eed25d4aa
Update year.
2020-02-01 20:24:00 +07:00
XMRig
b25d6d5f67
Added RandomX option "rdmsr" and save/restore MSR registers on Windows.
2019-12-17 14:45:01 +07:00
XMRig
efb63d15e1
Added support for write custom MSR.
2019-12-17 02:27:07 +07:00
XMRig
f960d1cf16
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
2019-12-10 23:57:29 +07:00
XMRig
fbd39ca49d
Move "1gb-pages" option to "randomx" object.
2019-12-09 21:42:40 +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
b7e1d97d93
Added option "mode" (or --randomx-mode) for RandomX.
2019-11-29 13:00:17 +07:00
XMRig
473b98ae68
Extended "numa" option for RandomX.
2019-10-04 10:49:55 +07:00
XMRig
8b14b414a4
More cleanup.
2019-10-03 07:45:25 +07:00
XMRig
4b6b2f1d7d
Added "randomx" object to config.
2019-07-28 07:46:59 +07:00