Closed DrSchottky closed 7 years ago
Compiling with -mpopcnt enabled by default makes program terminate with SIGILL if the cpu has not sse4/popcnt support.
Ok, let's fix it. https://github.com/aczid/crypto1_bs/commit/781c586b79aba492ea6c3c7a52f375b1c8879d40
Compiling with -mpopcnt enabled by default makes program terminate with SIGILL if the cpu has not sse4/popcnt support.