Added command line option --astrobwt-avx2

This commit is contained in:
XMRig
2020-03-12 00:04:07 +07:00
parent 1986b45acd
commit 92a258f142
11 changed files with 16 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ static const option options[] = {
# endif
#ifdef XMRIG_ALGO_ASTROBWT
{ "astrobwt-max-size", 1, nullptr, IConfig::AstroBWTMaxSizeKey },
{ "astrobwt-avx2", 0, nullptr, IConfig::AstroBWTAVX2Key },
#endif
# ifdef XMRIG_FEATURE_OPENCL
{ "opencl", 0, nullptr, IConfig::OclKey },