Module x86_64

Module x86_64 

Source
Expand description

x86_64 SIMD implementations.

Structs§

PlanarLabPalette
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).