xref: /aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/x86_64/sse2/mod.rs (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 /*!
2 Algorithms for the `x86_64` target using 128-bit vectors via SSE2.
3 */
4 
5 pub mod memchr;
6 pub mod packedpair;
7