Skip to content
Snippets Groups Projects
Commit d322ee4f authored by psychocrypt's avatar psychocrypt
Browse files

OpenCL: fix groestl

@xmrig provided the information that the driver 19.2.1 for vega also
create invalid results if pragma unroll is used for the groestl algo.
parent b73401b7
No related branches found
No related tags found
No related merge requests found
......@@ -1248,7 +1248,6 @@ __kernel void Groestl(__global ulong *states, __global uint *BranchBuf, __global
State[7] = 0x0001000000000000UL;
#pragma unroll 4
for(uint i = 0; i < 4; ++i)
{
volatile ulong H[8], M[8];
......
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