WojciechMula / sse4-strstr

SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
http://0x80.pl/articles/simd-strfind.html
BSD 2-Clause "Simplified" License
237 stars 27 forks source link

add avx512bw for skylake and results #4

Closed gdahlm closed 7 years ago

gdahlm commented 7 years ago

I don't know if this is useful, and I did have to disable the SDE code but here is the code to run the avx512 tests on skylake-x cpus.

WojciechMula commented 7 years ago

Hi Greg, thank you very much! That's great to see how fast the code is on a real machine. :)