1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 17:32:47 -05:00

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