Module simd

Module simd 

Source
Expand description

SIMD acceleration module for performance-critical operations. 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.