]> git.proxmox.com Git - rustc.git/blame_incremental - vendor/memchr/src/memmem/x86/mod.rs
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / memchr / src / memmem / x86 / mod.rs
... / ...
CommitLineData
1pub(crate) mod avx;
2pub(crate) mod sse;