Added SIMD code for all generic PBKDF2-HMAC-* modes
[hashcat.git] / OpenCL / m01760_a0.cl
index 8e2338f..8883d47 100644 (file)
@@ -116,10 +116,7 @@ void sha512_transform (const u64x w0[4], const u64x w1[4], const u64x w2[4], con
 
   ROUND_STEP (0);
 
-  #ifdef IS_AMD
-  // #pragma unroll
-  // breaks compiler
-  #else
+  #ifdef _unroll
   #pragma unroll
   #endif
   for (int i = 16; i < 80; i += 16)