Function png_filters::sse2::recon_sub

source ·
pub unsafe fn recon_sub<const BYTES_PER_PIXEL: usize>(filtered_row: &mut [u8])
Available with target feature sse2 only.
Expand description

Like recon_sub_fallback, but specialized to sse2.

§Safety

  • The sse2 CPU feature must be available at runtime.