1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-22 06:26:30 -04:00

Added command line options "--randomx-init" and "--randomx-no-numa".

This commit is contained in:
XMRig
2019-07-28 11:01:30 +07:00
parent 2fb88f10b8
commit bbcacbc1d4
5 changed files with 21 additions and 1 deletions

View File

@@ -41,7 +41,10 @@
namespace xmrig {
static const char *kCPU = "cpu";
#ifdef XMRIG_ALGO_RANDOMX
static const char *kRandomX = "randomx";
#endif
}