Skip to main content

Module avx2

Module avx2 

Source
Expand description

Includes the validation implementation for AVX 2-compatible CPUs.

Using the provided functionality on CPUs which do not support AVX 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).