mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Initial RandomX source code prepare and compile.
This commit is contained in:
14
src/backend/opencl/cl/rx/randomx.cl
Normal file
14
src/backend/opencl/cl/rx/randomx.cl
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "../cn/algorithm.cl"
|
||||
|
||||
#if (ALGO == ALGO_RX_0)
|
||||
#include "randomx_constants_monero.h"
|
||||
#elif (ALGO == ALGO_RX_WOW)
|
||||
#include "randomx_constants_wow.h"
|
||||
#elif (ALGO == ALGO_RX_LOKI)
|
||||
#include "randomx_constants_loki.h"
|
||||
#endif
|
||||
|
||||
#include "aes.cl"
|
||||
#include "blake2b.cl"
|
||||
#include "randomx_vm.cl"
|
||||
#include "randomx_jit.cl"
|
||||
Reference in New Issue
Block a user