X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm10100_a1.cl;h=345ad16b2bfc2321421e034b70c6e23fab6ea2e2;hb=518fcb387a84ef012cf1f4dd7389761e32b3e27f;hp=28bffece7899bc4bae533b63e1227ae75cef0071;hpb=c0a38846e3223ebc404b7dd7eb0f7e64dff86fe9;p=hashcat.git diff --git a/OpenCL/m10100_a1.cl b/OpenCL/m10100_a1.cl index 28bffec..345ad16 100644 --- a/OpenCL/m10100_a1.cl +++ b/OpenCL/m10100_a1.cl @@ -209,10 +209,10 @@ __kernel void m10100_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf, 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); } } @@ -276,8 +276,8 @@ __kernel void m10100_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf, { 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 }; /** @@ -408,10 +408,10 @@ __kernel void m10100_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf, 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); } }