X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09720_a3.cl;h=0fe2f81492fcdc0cbe4ed7483ca8722e15ae8d7b;hb=7190dcf855355440502559dddf59038081ff6350;hp=788214ff06255baccb63ec5b935c5beff9324e87;hpb=4338d71d6213e2eab40dfa450bcd478a2f15c73f;p=hashcat.git diff --git a/OpenCL/m09720_a3.cl b/OpenCL/m09720_a3.cl index 788214f..0fe2f81 100644 --- a/OpenCL/m09720_a3.cl +++ b/OpenCL/m09720_a3.cl @@ -490,7 +490,7 @@ static void m09720m (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; @@ -588,7 +588,7 @@ static void m09720s (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;