Add ARM support for cn/gpu.
This commit is contained in:
parent
e9069a381e
commit
f4170ec7bc
6 changed files with 321 additions and 15 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue