cr-marcstevens / sha1collisiondetection

Library and command line tool to detect SHA-1 collision in a file
Other
1.31k stars 185 forks source link

Simd -- add avx512 target #26

Closed JeWaVe closed 7 years ago

JeWaVe commented 7 years ago

minimal support for avx512 code looks ok after simple tests -- didn't run any perf test yet. I face an issue with libtool on my centOs with gcc-6.2, which is why the makefile has some ugly rule in the middle.