Use packv() and unpackv() for slow hash SIMD handling in kernels
[hashcat.git] / OpenCL / m01760_a1.cl
index a0ba4be..1d7895f 100644 (file)
@@ -114,10 +114,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)