]> git.proxmox.com Git - rustc.git/blob - vendor/packed_simd_2/src/api/ptr.rs
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / packed_simd_2 / src / api / ptr.rs
1 //! Vector of pointers
2
3 #[macro_use]
4 mod gather_scatter;