X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm10100_a0.cl;h=269aff360b101355566b06343e5861affd8d7307;hb=518fcb387a84ef012cf1f4dd7389761e32b3e27f;hp=d1bd6e94ab141de7f5c2d8af51e71121c3f66201;hpb=c0a38846e3223ebc404b7dd7eb0f7e64dff86fe9;p=hashcat.git diff --git a/OpenCL/m10100_a0.cl b/OpenCL/m10100_a0.cl index d1bd6e9..269aff3 100644 --- a/OpenCL/m10100_a0.cl +++ b/OpenCL/m10100_a0.cl @@ -151,10 +151,10 @@ __kernel void m10100_m04 (__global pw_t *pws, __global kernel_rule_t * rules_bu const u32x a = l32_from_64 (v); const u32x b = h32_from_64 (v); - const u32x c = 0; - const u32x d = 0; - COMPARE_M_SIMD (a, b, c, d); + const u32x z = 0; + + COMPARE_M_SIMD (a, b, z, z); } } @@ -218,8 +218,8 @@ __kernel void m10100_s04 (__global pw_t *pws, __global kernel_rule_t * rules_bu { digests_buf[digests_offset].digest_buf[DGST_R0], digests_buf[digests_offset].digest_buf[DGST_R1], - digests_buf[digests_offset].digest_buf[DGST_R2], - digests_buf[digests_offset].digest_buf[DGST_R3] + 0, + 0 }; /** @@ -290,10 +290,10 @@ __kernel void m10100_s04 (__global pw_t *pws, __global kernel_rule_t * rules_bu const u32x a = l32_from_64 (v); const u32x b = h32_from_64 (v); - const u32x c = 0; - const u32x d = 0; - COMPARE_S_SIMD (a, b, c, d); + const u32x z = 0; + + COMPARE_S_SIMD (a, b, z, z); } }