Module rsonpath::classification::simd
source · Expand description
SIMD configuration and runtime dispatch.
Structs
- Runtime-detected SIMD configuration guiding how to construct a
Simd
implementation for the engine.
Enums
- SIMD extension recognized by rsonpath.
Constants
- Name of the env variable that can be used to force a given
SimdConfiguration
to be used.
Traits
- All SIMD capabilities of the engine and classifier types.
Functions
- Detect available SIMD features and return the best possible
SimdConfiguration
for the current system.