Added support for multi-algorithm CPU threads settings.

This commit is contained in:
XMRig
2019-07-02 22:56:28 +07:00
parent 590ce40e8e
commit 7fa6ac5d38
24 changed files with 595 additions and 109 deletions

View File

@@ -28,7 +28,7 @@
#include "crypto/cn/CryptoNight_test.h"
#include "workers/CpuThread.h"
#include "workers/CpuThreadLegacy.h"
#include "workers/MultiWorker.h"
#include "workers/Workers.h"