Module simdutf8::basic::imp::x86::sse42

source ·
Expand description

Includes the validation implementation for SSE 4.2-compatible CPUs.

Using the provided functionality on CPUs which do not support SSE 4.2 is undefined behavior and will very likely cause a crash.

Structs

Low-level implementation of the basic::imp::ChunkedUtf8Validator trait.
Low-level implementation of the basic::imp::Utf8Validator trait.

Functions

validate_utf8sse4.2
Validation implementation for CPUs supporting the SIMD extension (see module).