X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09600.cl;h=eb28f6c15790f6d5f1ac5f9dd892e820fb5caaa7;hb=c79bed3b7de4ac974a3ea5d3b498f4fe712f93b9;hp=f6d4ba6fe984d8ee8ac88c829b3a567716c1fd1a;hpb=34c3557d507d85ed2c6f2e036d226776e0ffbf72;p=hashcat.git diff --git a/OpenCL/m09600.cl b/OpenCL/m09600.cl index f6d4ba6..eb28f6c 100644 --- a/OpenCL/m09600.cl +++ b/OpenCL/m09600.cl @@ -1073,10 +1073,7 @@ void sha512_transform (const u64 w0[4], const u64 w1[4], const u64 w2[4], const ROUND_STEP (0); - #ifdef IS_AMD - // #pragma unroll - // breaks compiler - #else + #ifdef _unroll #pragma unroll #endif for (int i = 16; i < 80; i += 16)