#904 Initial support for "cn-pico/trtl".

This commit is contained in:
XMRig
2019-01-20 19:52:44 +07:00
parent 75c2c14d61
commit 93763c3919
8 changed files with 141 additions and 35 deletions

View File

@@ -79,6 +79,12 @@ bool MultiWorker<N>::selfTest()
}
# endif
# ifndef XMRIG_NO_CN_PICO
if (m_thread->algorithm() == CRYPTONIGHT_PICO) {
return verify(VARIANT_TRTL, test_output_pico_trtl);
}
# endif
return false;
}