X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm00020_a3.cl;h=d74fbd79cf0f0f49e6d9d94b0aa004915474c11f;hb=7190dcf855355440502559dddf59038081ff6350;hp=7cb88eef73d723e2c5a960c18cc59dc97d8165b7;hpb=4338d71d6213e2eab40dfa450bcd478a2f15c73f;p=hashcat.git diff --git a/OpenCL/m00020_a3.cl b/OpenCL/m00020_a3.cl index 7cb88ee..d74fbd7 100644 --- a/OpenCL/m00020_a3.cl +++ b/OpenCL/m00020_a3.cl @@ -118,7 +118,7 @@ static void m00020m (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); const u32x w0lr = w0l | w0r; @@ -356,7 +356,7 @@ static void m00020s (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); const u32x w0lr = w0l | w0r;