]> git.lizzy.rs Git - rust.git/blob - crates/core_simd/src/type_u16x2.rs
480be8b6eaef213c8690b3c181c821a89c286f08
[rust.git] / crates / core_simd / src / type_u16x2.rs
1 define_type! {
2     #[doc = "Vector of two `u16` types"]
3     struct u16x2([u16; 2]);
4 }