Skip to main content

Module sse42

Module 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§

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

Functions§

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