shepmaster / jetscii

A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
Apache License 2.0
113 stars 20 forks source link

x86 does not support sse4.2, neither simd is implemented #35

Closed ignatenkobrain closed 5 years ago

ignatenkobrain commented 5 years ago

Fixes: https://github.com/shepmaster/jetscii/issues/34 Signed-off-by: Igor Gnatenko i.gnatenko.brain@gmail.com

shepmaster commented 5 years ago

Thank you!

shepmaster commented 5 years ago

Released as 0.4.4

shepmaster commented 2 years ago

FWIW, this has been changed in #52.