Converted _a3 kernels, use SIMD for CPU and GPU
[hashcat.git] / OpenCL / m11100_a0.cl
index 0d2fbeb..fcd566c 100644 (file)
@@ -169,7 +169,7 @@ __kernel void m11100_m04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
      * append the salt
      */
 
-    switch_buffer_by_offset (w0_t, w1_t, w2_t, w3_t, pw_len);
+    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, pw_len);
 
     const u32 pw_salt_len = out_len + salt_len;
 
@@ -555,7 +555,7 @@ __kernel void m11100_s04 (__global pw_t *pws, __global kernel_rule_t *rules_buf,
      * append the salt
      */
 
-    switch_buffer_by_offset (w0_t, w1_t, w2_t, w3_t, pw_len);
+    switch_buffer_by_offset_le (w0_t, w1_t, w2_t, w3_t, pw_len);
 
     const u32 pw_salt_len = out_len + salt_len;