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