Added cryptonight-heavy support for ARM

This commit is contained in:
XMRig 2018-04-03 17:51:06 +07:00
parent 26e1b14020
commit 4e8ef7c6ed
2 changed files with 202 additions and 11 deletions

View file

@ -37,7 +37,7 @@ int Cpu::m_totalCores = 0;
int Cpu::m_totalThreads = 0;
int Cpu::optimalThreadsCount(int algo, bool doubleHash, int maxCpuUsage)
int Cpu::optimalThreadsCount(xmrig::Algo algo, bool doubleHash, int maxCpuUsage)
{
return m_totalThreads;
}