mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-09 10:12:38 -05:00
OpenCL RandomX WIP
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#define XMRIG_RX_ALGO_H
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
#include "crypto/common/Algorithm.h"
|
||||
@@ -43,6 +43,8 @@ class RxAlgo
|
||||
{
|
||||
public:
|
||||
static Algorithm::Id apply(Algorithm::Id algorithm);
|
||||
static uint32_t programSize(Algorithm::Id algorithm);
|
||||
static uint32_t version(Algorithm::Id algorithm);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user