//! Experimental functions for parallel conversion using AVX and SSE4.1
//!//! This module is conditionally compiled by the cfg gate
//! `#[cfg(target_arch = "x86_64")]`
modlabs_to_rgbs;modmath;modrgbs_to_labs;pubuseself::labs_to_rgbs::{labs_to_rgb_bytes, labs_to_rgbs, labs_to_rgbs_chunk};pubuseself::rgbs_to_labs::{rgb_bytes_to_labs, rgbs_to_labs, rgbs_to_labs_chunk};