1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 21:52:54 -05:00

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
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;