Prepare for a more dynamic #pragma unroll use
[hashcat.git] / OpenCL / m01460_a0.cl
index ef35cec..3824c2c 100644 (file)
@@ -112,7 +112,9 @@ void sha256_transform (const u32x w0[4], const u32x w1[4], const u32x w2[4], con
 
   ROUND_STEP (0);
 
+  #ifdef _unroll
   #pragma unroll
+  #endif
   for (int i = 16; i < 64; i += 16)
   {
     ROUND_EXPAND (); ROUND_STEP (i);