Crate simd_kernels
Source - config
- Configuration Constants - Runtime Behaviour Parameters
- errors
- Error Types - Kernel Operation Error Handling
- kernels
- operators
- Contains basic numeric kernel operators for matching and routing purposes
- traits
- utils
- Utility Functions - SIMD Processing and Memory Management Utilities
- common_tests
- Generate the three most-common tests (empty-input, mask propagation,
bulk-vs-scalar) for a
fn kernel(&[f64]) -> FloatArray<f64>. - impl_vecmap
- Generates a mapping kernel that returns a FloatArray,
propagating any input nulls (and never touching lanes that were null).