mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
17 lines
387 B
Common Lisp
17 lines
387 B
Common Lisp
#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"
|
|
#elif (ALGO == ALGO_RX_ARQMA)
|
|
#include "randomx_constants_arqma.h"
|
|
#endif
|
|
|
|
#include "aes.cl"
|
|
#include "blake2b.cl"
|
|
#include "randomx_vm.cl"
|
|
#include "randomx_jit.cl"
|