OpenCL RandomX WIP

This commit is contained in:
XMRig
2019-09-11 15:48:02 +07:00
parent 9fb3f9e01c
commit c4b49d4213
72 changed files with 1717 additions and 505 deletions

View File

@@ -29,7 +29,7 @@
#include <string>
typedef struct _cl_program *cl_program;
using cl_program = struct _cl_program *;
namespace xmrig {