Remove barrier from DCC1, high-end maxwells didn't like it
[hashcat.git] / OpenCL / m06221.cl
index 60bdf54..78a82a6 100644 (file)
@@ -115,10 +115,7 @@ void sha512_transform (const u64 w[16], u64 dgst[8])
 
   ROUND_STEP (0);
 
-  #ifdef IS_AMD
-  // #pragma unroll
-  // breaks compiler
-  #else
+  #ifdef _unroll
   #pragma unroll
   #endif
   for (int i = 16; i < 80; i += 16)