pub fn kernels() -> Option<&'static SimdKernels>Expand description
The process-wide SIMD kernel set, compiled on first use.
None when the host ISA cannot be built or the kernels fail
to compile — 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 cannot be built or the kernels fail
to compile — callers fall back to their scalar loops.