Added command line option --astrobwt-avx2

This commit is contained in:
XMRig 2020-03-12 00:04:07 +07:00
parent 1986b45acd
commit 92a258f142
No known key found for this signature in database
GPG key ID: 446A53638BE94409
11 changed files with 16 additions and 9 deletions

View file

@ -70,11 +70,11 @@ private:
const Algorithm m_algorithm;
const Assembly m_assembly;
const bool m_astrobwtAVX2;
const bool m_hwAES;
const bool m_yield;
const CnHash::AlgoVariant m_av;
const int m_astrobwtMaxSize;
const bool m_astrobwtAVX2;
const Miner *m_miner;
cryptonight_ctx *m_ctx[N];
uint8_t m_hash[N * 32]{ 0 };