summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/arch/x86_64/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/memchr/src/arch/x86_64/mod.rs')
-rw-r--r--vendor/memchr/src/arch/x86_64/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/memchr/src/arch/x86_64/mod.rs b/vendor/memchr/src/arch/x86_64/mod.rs
new file mode 100644
index 000000000..5dad72182
--- /dev/null
+++ b/vendor/memchr/src/arch/x86_64/mod.rs
@@ -0,0 +1,8 @@
+/*!
+Vector algorithms for the `x86_64` target.
+*/
+
+pub mod avx2;
+pub mod sse2;
+
+pub(crate) mod memchr;