mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 21:52:54 -05:00
17 lines
417 B
Common Lisp
17 lines
417 B
Common Lisp
#include "../cn/algorithm.cl"
|
|
|
|
#if ((ALGO == ALGO_RX_0) || (ALGO == ALGO_RX_YADA))
|
|
#include "randomx_constants_monero.h"
|
|
#elif (ALGO == ALGO_RX_WOW)
|
|
#include "randomx_constants_wow.h"
|
|
#elif (ALGO == ALGO_RX_ARQMA)
|
|
#include "randomx_constants_arqma.h"
|
|
#elif (ALGO == ALGO_RX_GRAFT)
|
|
#include "randomx_constants_graft.h"
|
|
#endif
|
|
|
|
#include "aes.cl"
|
|
#include "blake2b.cl"
|
|
#include "randomx_vm.cl"
|
|
#include "randomx_jit.cl"
|