1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-28 14:40:27 -05:00

cn/r part 1 of 2.

This commit is contained in:
XMRig
2019-09-03 14:36:27 +07:00
parent 9b6ab55936
commit b9e15389ca
16 changed files with 1484 additions and 734 deletions

View File

@@ -1,4 +1,3 @@
R"===(
#ifdef __NV_CL_C_VERSION
# define SCRATCHPAD_CHUNK(N) (*(__local uint4*)((__local uchar*)(scratchpad_line) + (idx1 ^ (N << 4))))
#else
@@ -12,9 +11,6 @@ R"===(
#endif
#define ROT_BITS 32
#define VARIANT_WOW 12
#define VARIANT_4 13
#define MEM_CHUNK (1 << MEM_CHUNK_EXPONENT)
)==="
#include "wolf-aes.cl"