pub fn copy_pixel_row(dst: &mut [f32], src: &[f32])
Copy a contiguous row of pixels using copy_from_slice (auto-vectorizes to SIMD memcpy on all targets).
copy_from_slice
This is a thin wrapper that makes the intent explicit for the compiler.