Expand description
Pure-Rust SIMD-optimised compute kernels for image processing.
All algorithms are implemented as scalar loops written in a style that LLVM / rustc can auto-vectorise (chunk-unrolled, no data-dependent branches inside hot loops). No external C/Fortran dependencies are used.
Structsยง
- Compute
Kernel - Collection of CPU compute kernels for image processing.
- Kernel
Config - Configuration for a
ComputeKernel.