Expand description
SIMD acceleration module for performance-critical operations.
Re-exports§
pub use x86_64::PlanarLabPalette;
Modules§
- fallback
- Fallback scalar implementations. Scalar fallbacks for performance-critical operations.
- x86_64
- x86_64 SIMD implementations.
Functions§
- find_
nearest_ color - Find the index of the nearest color in a palette using Euclidean distance.
- find_
nearest_ color_ lab - Find the index of the nearest color in Lab space using the best available implementation.