summaryrefslogtreecommitdiffstats
path: root/third_party/rust/packed_simd/src/api/from.rs
blob: c30c4d6e216d10e348e538879e63170aef971b87 (plain)
1
2
3
4
5
6
7
//! Implementations of the `From` and `Into` traits

#[macro_use]
mod from_array;

#[macro_use]
mod from_vector;