Expand description
x86_64 SIMD implementations.
Structs§
- Planar
LabPalette - A palette stored in planar format for SIMD efficiency.
Functions§
- find_
nearest_ ⚠color_ avx2 - Find nearest color using AVX2 (Legacy interleaved version, currently fallback to scalar logic)
- find_
nearest_ ⚠color_ lab_ planar_ avx2 - Find nearest color in Lab space using planar SIMD (AVX2).