Move CnAlgo

This commit is contained in:
XMRig 2020-04-23 12:34:26 +07:00
parent 11ac59331f
commit 0cc90b152d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
14 changed files with 16 additions and 11 deletions

View file

@ -31,9 +31,9 @@
#include "backend/opencl/kernels/CnBranchKernel.h"
#include "backend/opencl/OclLaunchData.h"
#include "backend/opencl/wrappers/OclLib.h"
#include "base/crypto/CnAlgo.h"
#include "base/io/log/Log.h"
#include "base/net/stratum/Job.h"
#include "crypto/cn/CnAlgo.h"
xmrig::OclRyoRunner::OclRyoRunner(size_t index, const OclLaunchData &data) : OclBaseRunner(index, data)