xmrig/src/crypto/rx
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
..
msr Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
Rx.cpp RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
Rx.h Cleanup 2020-07-22 21:27:40 +07:00
Rx_linux.cpp Removed cache QoS warning at exit on unsupported CPUs 2020-07-13 20:43:49 +02:00
Rx_win.cpp Removed cache QoS warning at exit on unsupported CPUs 2020-07-13 20:43:49 +02:00
RxAlgo.cpp Added Keva. 2020-03-04 16:23:33 -08:00
RxAlgo.h Move files. 2020-03-09 01:22:34 +07:00
RxBasicStorage.cpp Cleanup 2020-07-22 21:27:40 +07:00
RxBasicStorage.h Cleanup 2020-07-22 21:27:40 +07:00
RxCache.cpp Fixed memory allocation checks. 2019-12-25 04:39:21 +07:00
RxCache.h Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
RxConfig.cpp RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
RxConfig.h RandomX: added parameter for scratchpad prefetch mode 2020-09-04 16:16:07 +02:00
RxDataset.cpp Try to allocate scratchpad from dataset's 1 GB huge pages, if normal huge pages are not available 2020-07-31 13:37:22 +02:00
RxDataset.h Try to allocate scratchpad from dataset's 1 GB huge pages, if normal huge pages are not available 2020-07-31 13:37:22 +02:00
RxNUMAStorage.cpp Fix compile warning. 2020-08-23 14:22:08 +07:00
RxNUMAStorage.h Cleanup 2020-07-22 21:27:40 +07:00
RxQueue.cpp Cleanup 2020-07-22 21:27:40 +07:00
RxQueue.h Cleanup 2020-07-22 21:27:40 +07:00
RxSeed.h Cleanup 2020-07-22 21:27:40 +07:00
RxVm.cpp Fix code style 2020-04-09 14:31:42 +02:00
RxVm.h Fix code style 2020-04-09 14:31:42 +02:00