Skip to main content

Crate fhp_simd

Crate fhp_simd 

Source

Modules§

avx2
AVX2 accelerated operations (256-bit, x86_64). AVX2 accelerated operations (256-bit, x86_64).
class
Byte classification categories produced by classify_bytes.
dispatch
Runtime SIMD feature detection and dispatch. Runtime SIMD feature detection and function-pointer dispatch.
scalar
Portable scalar fallback — works on every platform. Portable scalar fallback for all SIMD operations.
sse42
SSE4.2 accelerated operations (128-bit, x86_64). SSE4.2 accelerated operations (128-bit, x86_64).

Structs§

AllMasks
Delimiter bitmasks for a block of up to 64 bytes.

Enums§

DelimiterResult
Result of a multi-delimiter scan over a byte slice.

Constants§

DELIMITERS
The set of delimiters scanned by find_delimiters.

Functions§

classify_byte
Classify a single byte into one of the class categories.