mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Remove barrier from DCC1, high-end maxwells didn't like it
This commit is contained in:
parent
c79bed3b7d
commit
373d2b9882
@ -119,8 +119,6 @@ void m01100m (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_r
|
|||||||
|
|
||||||
const u32x w0 = w0l | w0r;
|
const u32x w0 = w0l | w0r;
|
||||||
|
|
||||||
barrier (CLK_LOCAL_MEM_FENCE);
|
|
||||||
|
|
||||||
u32x a = MD4M_A;
|
u32x a = MD4M_A;
|
||||||
u32x b = MD4M_B;
|
u32x b = MD4M_B;
|
||||||
u32x c = MD4M_C;
|
u32x c = MD4M_C;
|
||||||
@ -375,8 +373,6 @@ void m01100s (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_r
|
|||||||
|
|
||||||
const u32x w0 = w0l | w0r;
|
const u32x w0 = w0l | w0r;
|
||||||
|
|
||||||
barrier (CLK_LOCAL_MEM_FENCE);
|
|
||||||
|
|
||||||
u32x a = MD4M_A;
|
u32x a = MD4M_A;
|
||||||
u32x b = MD4M_B;
|
u32x b = MD4M_B;
|
||||||
u32x c = MD4M_C;
|
u32x c = MD4M_C;
|
||||||
|
Loading…
Reference in New Issue
Block a user