X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm01760_a3.cl;h=cb8ff6b1c81e391c936ebdb45235f85a7b851dff;hb=303cfcae154262b57b0860f89817e2780182c7a2;hp=b45cfab0d82ed0173c79099e14fd35439d0236bc;hpb=7f04a89f77370d0080f7e2fcb6068442a7450efe;p=hashcat.git diff --git a/OpenCL/m01760_a3.cl b/OpenCL/m01760_a3.cl index b45cfab..cb8ff6b 100644 --- a/OpenCL/m01760_a3.cl +++ b/OpenCL/m01760_a3.cl @@ -114,7 +114,12 @@ void sha512_transform (const u64x w0[4], const u64x w1[4], const u64x w2[4], con ROUND_STEP (0); - //#pragma unroll + #ifdef IS_AMD + // #pragma unroll + // breaks compiler + #else + #pragma unroll + #endif for (int i = 16; i < 80; i += 16) { ROUND_EXPAND (); ROUND_STEP (i);