rusticstuff / simdutf8

SIMD-accelerated UTF-8 validation for Rust.
Other
522 stars 25 forks source link

Only require SSE 4.1 as no SSE 4.2 instructions are used. #48

Closed hkratz closed 2 years ago

hkratz commented 3 years ago

Also deprecates the sse42 low-level API.

hkratz commented 2 years ago

Not really worth it. There are very, very few CPUs supporting SSE4.1 but not SSE4.2.