X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Frp.c;h=f94b3ee8221eaa9d7136036c22c3ee6c9ff5bf2c;hb=c79bed3b7de4ac974a3ea5d3b498f4fe712f93b9;hp=cc2f95a53477f8d6197045d71cee8517e965bfb2;hpb=34c3557d507d85ed2c6f2e036d226776e0ffbf72;p=hashcat.git diff --git a/OpenCL/rp.c b/OpenCL/rp.c index cc2f95a..f94b3ee 100644 --- a/OpenCL/rp.c +++ b/OpenCL/rp.c @@ -4126,7 +4126,9 @@ inline u32x apply_rules_vect (const u32 pw_buf0[4], const u32 pw_buf1[4], const u32x out_len = 0; + #ifdef _unroll #pragma unroll + #endif for (int i = 0; i < VECT_SIZE; i++) { u32 tmp0[4];