X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm10800_a1.cl;h=bcb0c58d2e3dad990f6e16e20398ec6ca30f7919;hb=c79bed3b7de4ac974a3ea5d3b498f4fe712f93b9;hp=24762c04bf1950eca0e923f80da3f939e79dc1d8;hpb=34c3557d507d85ed2c6f2e036d226776e0ffbf72;p=hashcat.git diff --git a/OpenCL/m10800_a1.cl b/OpenCL/m10800_a1.cl index 24762c0..bcb0c58 100644 --- a/OpenCL/m10800_a1.cl +++ b/OpenCL/m10800_a1.cl @@ -114,7 +114,9 @@ void sha384_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 < 80; i += 16) { ROUND_EXPAND (); ROUND_STEP (i);