* Restored all cn/1 based algorithms (cn/1, cn-lite/1, cn/rto, cn-heavy/tube)

This commit is contained in:
XMRig 2019-09-02 18:30:13 +07:00
parent 28d1eaf8da
commit 235cda1051
6 changed files with 2461 additions and 2464 deletions

View file

@ -143,8 +143,6 @@ public:
algo.l3() / 1024
);
workers.stop();
status.start(threads.size());
workers.start(threads);
}
@ -277,6 +275,8 @@ void xmrig::OclBackend::setJob(const Job &job)
return stop();
}
stop();
d_ptr->threads = std::move(threads);
d_ptr->start();
}