summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/ptr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/packed_simd/src/api/ptr.rs')
-rw-r--r--third_party/rust/packed_simd/src/api/ptr.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/packed_simd/src/api/ptr.rs b/third_party/rust/packed_simd/src/api/ptr.rs
new file mode 100644
index 0000000000..d2e523a49f
--- /dev/null
+++ b/third_party/rust/packed_simd/src/api/ptr.rs
@@ -0,0 +1,4 @@
+//! Vector of pointers
+
+#[macro_use]
+mod gather_scatter;