1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-05-21 16:28:52 +00:00

Fix SIMD use in -m 29000 on CPU

This commit is contained in:
Jens Steube 2022-06-01 12:55:24 +02:00
parent b5839644a8
commit af5edb06cc

View File

@ -3,7 +3,7 @@
* License.....: MIT * License.....: MIT
*/ */
#define NEW_SIMD_CODE //#define NEW_SIMD_CODE
#ifdef KERNEL_STATIC #ifdef KERNEL_STATIC
#include M2S(INCLUDE_PATH/inc_vendor.h) #include M2S(INCLUDE_PATH/inc_vendor.h)
@ -64,7 +64,6 @@ KERNEL_FQ void m29000_mxx (KERN_ATTR_VECTOR_ESALT (sha1_double_salt_t))
sha1_update (&ctx2, colon, 1); sha1_update (&ctx2, colon, 1);
/** /**
* loop * loop
*/ */