Prepare for a more dynamic #pragma unroll use
[hashcat.git] / OpenCL / m09600.cl
index f6d4ba6..eb28f6c 100644 (file)
@@ -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)