1 2 3 4 5 6 7
mod default_impls; #[cfg(target_feature = "sse2")] mod sse2; #[cfg(not(target_feature = "sse2"))] mod fallback;