Closed caraphinneth closed 5 years ago
Good catch! Copy & paste error, blake is usually first. It will be fixed in next release. In the meantime you can swap vhash and input and make sure that works.
bmw512_4way( &ctx.bmw, input, 80 );
bmw512_4way_close( &ctx.bmw, vhash );
blake512_4way( &ctx.blake, vhash, 64 );
blake512_4way_close( &ctx.blake, vhash );
cpuminer-opt-3.9.1 is released, with a fix. Please test and close issue if ok.
Good job, seems to work okay!
Line 56:
Shouldn't
input
be up there? I never managed to find a single share with AVX2 while SSE2 works fine.