1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-18 03:46:18 -05:00

Fixed AstroBWT OpenCL compilation on some systems

This commit is contained in:
SChernykh
2020-06-23 13:55:43 +02:00
parent 416c9eff69
commit 38cf5b6324
4 changed files with 279 additions and 279 deletions

View File

@@ -82,7 +82,7 @@ __kernel void Salsa20_XORKeyStream(__global const uint32_t* keys, __global uint3
uint32_t x14 = j14;
uint32_t x15 = j15;
#pragma unroll(5)
#pragma unroll 5
for (uint32_t j = 0; j < 10; ++j)
{
x4 = XOR( x4,ROTATE(PLUS( x0,x12), 7));