X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm01460_a1.cl;h=6081ef66b51d94aa63c2b7e3c64d6dd45fe6f36b;hb=c79bed3b7de4ac974a3ea5d3b498f4fe712f93b9;hp=f618ee9f903f6dcb5ae25a4528ca65de9fe8cd73;hpb=34c3557d507d85ed2c6f2e036d226776e0ffbf72;p=hashcat.git diff --git a/OpenCL/m01460_a1.cl b/OpenCL/m01460_a1.cl index f618ee9..6081ef6 100644 --- a/OpenCL/m01460_a1.cl +++ b/OpenCL/m01460_a1.cl @@ -110,7 +110,9 @@ void sha256_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], con ROUND_STEP (0); + #ifdef _unroll #pragma unroll + #endif for (int i = 16; i < 64; i += 16) { ROUND_EXPAND (); ROUND_STEP (i);