Merge pull request #333 from y0sh1/CreateTravisBuilds
[hashcat.git] / OpenCL / m01710_a1.cl
index 900f684..794c00f 100644 (file)
@@ -114,7 +114,9 @@ void sha512_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 < 80; i += 16)
   {
     ROUND_EXPAND (); ROUND_STEP (i);