X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm01760_a3.cl;h=61bb6d7092e4c65bb822aaad46b34b6fe57cc975;hb=c79bed3b7de4ac974a3ea5d3b498f4fe712f93b9;hp=b45cfab0d82ed0173c79099e14fd35439d0236bc;hpb=34c3557d507d85ed2c6f2e036d226776e0ffbf72;p=hashcat.git diff --git a/OpenCL/m01760_a3.cl b/OpenCL/m01760_a3.cl index b45cfab..61bb6d7 100644 --- a/OpenCL/m01760_a3.cl +++ b/OpenCL/m01760_a3.cl @@ -114,7 +114,9 @@ void sha512_transform (const u64x w0[4], const u64x w1[4], const u64x w2[4], con ROUND_STEP (0); - //#pragma unroll + #ifdef _unroll + #pragma unroll + #endif for (int i = 16; i < 80; i += 16) { ROUND_EXPAND (); ROUND_STEP (i);