mirror of
https://github.com/xmrig/xmrig.git
synced 2026-06-25 04:47:31 -04:00
Relax cn algorithm constants definition.
This commit is contained in:
@@ -41,9 +41,16 @@ class CnBranchKernel;
|
||||
class OclCnRunner : public OclBaseRunner
|
||||
{
|
||||
public:
|
||||
OclCnRunner() = delete;
|
||||
OclCnRunner(const OclCnRunner &other) = delete;
|
||||
OclCnRunner(OclCnRunner &&other) = delete;
|
||||
OclCnRunner(size_t index, const OclLaunchData &data);
|
||||
|
||||
~OclCnRunner() override;
|
||||
|
||||
OclCnRunner &operator=(const OclCnRunner &other) = delete;
|
||||
OclCnRunner &operator=(OclCnRunner &&other) = delete;
|
||||
|
||||
protected:
|
||||
bool isReadyToBuild() const override;
|
||||
bool run(uint32_t nonce, uint32_t *hashOutput) override;
|
||||
|
||||
Reference in New Issue
Block a user