generic_simd/shim/
mod.rs

1//! Shims for non-native vectors.
2
3mod token;
4mod width;
5
6pub use token::*;
7pub use width::*;