Add ARM support for cn/gpu.

This commit is contained in:
XMRig 2019-02-03 20:28:13 +07:00
parent e9069a381e
commit f4170ec7bc
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;
};