Crate simd_kernels

Crate simd_kernels 

Source

Modules§

config
kernels
operators
Contains basic numeric kernel operators for matching and routing purposes
traits
utils
Utility Functions - SIMD Processing and Memory Management Utilities

Macros§

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).