summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/slice.rs
blob: 526b848b5c069d0f87c2cf08b5a873a7d1382629 (plain)
1
2
3
4
5
6
7
//! Slice from/to methods

#[macro_use]
mod from_slice;

#[macro_use]
mod write_to_slice;