1 /*! 2 Algorithms for the `x86_64` target using 256-bit vectors via AVX2. 3 */ 4 5 pub mod memchr; 6 pub mod packedpair; 7