Skip to content

Commit

Permalink
Merge pull request #2197 from psychocrypt/fix-blake
Browse files Browse the repository at this point in the history
OpenCL: fix Blake hashing
  • Loading branch information
fireice-uk authored Feb 2, 2019
2 parents 40df1cc + e274dbc commit c0f81de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xmrstak/backend/amd/amd_gpu/opencl/cryptonight.cl
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,6 @@ __kernel void Blake(__global ulong *states, __global uint *BranchBuf, __global u

((uint8 *)h)[0] = vload8(0U, c_IV256);

#pragma unroll 4
for(uint i = 0, bitlen = 0; i < 4; ++i)
{
if(i < 3)
Expand Down Expand Up @@ -1295,4 +1294,4 @@ __kernel void Groestl(__global ulong *states, __global uint *BranchBuf, __global
}
}

)==="
)==="

0 comments on commit c0f81de

Please sign in to comment.