Skip to content
Snippets Groups Projects
Unverified Commit b0ccccf3 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1866 from psychocrypt/fix-rocm1.9

fix invalid shares
parents d1e02a70 8e1e7447
No related branches found
No related tags found
No related merge requests found
......@@ -1221,7 +1221,7 @@ __kernel void Groestl(__global ulong *states, __global uint *BranchBuf, __global
#pragma unroll 4
for(uint i = 0; i < 4; ++i)
{
ulong H[8], M[8];
volatile ulong H[8], M[8];
if(i < 3)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment