openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.37k stars 2.11k forks source link

gost3411-2012-sse41_plug.c not compatible with 32 bit #1333

Closed jfoug closed 9 years ago

jfoug commented 9 years ago

The intrinsic _mm_insert_epi64 is not a valid instruction under cygwin32 (and possibly VC32, mingw32 or other 32 systems).

Just tried this on linux-32 and it fails there also (same problem).

jfoug commented 9 years ago

Also, since this is SSSE4.1, it should NOT be a plug, but should have configure include it on systems which are 4.1+ and have the same functionality for systems below that level.

jfoug commented 9 years ago

Dupe of #1331