KawPow WIP

This commit is contained in:
SChernykh
2020-05-24 23:57:41 +02:00
parent 287bb16776
commit f24da62db0
88 changed files with 11004 additions and 8383 deletions

View File

@@ -212,12 +212,6 @@ xmrig::CpuThreads xmrig::BasicCpuInfo::threads(const Algorithm &algorithm, uint3
return 1;
}
# ifdef XMRIG_ALGO_CN_GPU
if (algorithm == Algorithm::CN_GPU) {
return count;
}
# endif
# ifdef XMRIG_ALGO_CN_LITE
if (algorithm.family() == Algorithm::CN_LITE) {
return CpuThreads(count, 1);