Added cryptonight-heavy support for ARM
This commit is contained in:
parent
26e1b14020
commit
4e8ef7c6ed
2 changed files with 202 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue