Prepare NEW_SIMD_MODE for -a 1 kernels
[hashcat.git] / OpenCL / m04800_a3.cl
index 6bf5ce0..502cb6a 100644 (file)
@@ -142,7 +142,7 @@ static void m04800m (u32 w0[4], u32 w1[4], u32 w2[4], u32 w3[4], const u32 pw_le
 
   for (u32 il_pos = 0; il_pos < bfs_cnt; il_pos += VECT_SIZE)
   {
-    const u32x w0r = w0r_create_bft (bfs_buf, il_pos);
+    const u32x w0r = ix_create_bft (bfs_buf, il_pos);
 
     w0_t[0] = w0l | (w0r <<  8);
     w0_t[1] = w1l | (w0r >> 24);
@@ -362,7 +362,7 @@ static void m04800s (u32 w0[4], u32 w1[4], u32 w2[4], u32 w3[4], const u32 pw_le
 
   for (u32 il_pos = 0; il_pos < bfs_cnt; il_pos += VECT_SIZE)
   {
-    const u32x w0r = w0r_create_bft (bfs_buf, il_pos);
+    const u32x w0r = ix_create_bft (bfs_buf, il_pos);
 
     w0_t[0] = w0l | (w0r <<  8);
     w0_t[1] = w1l | (w0r >> 24);