Implemented verification on CPU.

This commit is contained in:
XMRig
2019-09-01 19:31:25 +07:00
parent b1a67c3ec1
commit aad2f63362
15 changed files with 1164 additions and 999 deletions

View File

@@ -38,7 +38,7 @@ bool xmrig::OclRxRunner::run(uint32_t nonce, uint32_t *hashOutput)
bool xmrig::OclRxRunner::selfTest() const
{
return false; // TODO
return false; // TODO OclRxRunner
}