1 /*! 2 Vector algorithms for the `x86_64` target. 3 */ 4 5 pub mod avx2; 6 pub mod sse2; 7 8 pub(crate) mod memchr; 9