Prepare for a more dynamic #pragma unroll use
[hashcat.git] / OpenCL / m07900.cl
index 40b13a7..7226bec 100644 (file)
@@ -114,7 +114,9 @@ void sha512_transform (const u64 w[16], u64 dgst[8])
 
   ROUND_STEP (0);
 
+  #ifdef _unroll
   #pragma unroll
+  #endif
   for (int i = 16; i < 80; i += 16)
   {
     ROUND_EXPAND (); ROUND_STEP (i);