Add ARM support for cn/gpu.

This commit is contained in:
XMRig
2019-02-03 20:28:13 +07:00
parent 4ab71a87f1
commit 4a73520a11
6 changed files with 321 additions and 15 deletions

View File

@@ -60,9 +60,9 @@ protected:
private:
Assembly m_assembly;
bool m_aes;
bool m_avx2;
char m_brand[64];
const bool m_aes;
const bool m_avx2;
int32_t m_threads;
};