pub fn kernels() -> Option<&'static SimdKernels>Expand description
The process-wide SIMD kernel set, compiled on first use.
None when the host ISA can’t be constructed with SIMD
enabled — callers fall back to their scalar loops.
pub fn kernels() -> Option<&'static SimdKernels>The process-wide SIMD kernel set, compiled on first use.
None when the host ISA can’t be constructed with SIMD
enabled — callers fall back to their scalar loops.