//! Conditionally compile one (and only one) of the files from within the arch
//! directory.
usecfg_if::cfg_if;cfg_if!{if#[cfg(feature ="simd")]{cfg_if!{if#[cfg(any(target_arch ="x86", target_arch ="x86_64"))]{pub(crate)modx86;}else{pub(crate)modother;}}}else{pub(crate)modother;}}