Always use all available threads on ARM.

This commit is contained in:
XMRig 2020-08-16 17:36:38 +07:00
parent 00b4ae9c36
commit 206b675892
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 28 additions and 1 deletions

View file

@ -70,6 +70,7 @@ protected:
inline size_t packages() const override { return m_packages; }
private:
CpuThreads allThreads(const Algorithm &algorithm, uint32_t limit) const;
void processTopLevelCache(hwloc_obj_t obj, const Algorithm &algorithm, CpuThreads &threads, size_t limit) const;