]> git.lizzy.rs Git - rust.git/blob - crates/core_simd/src/type_i32x2.rs
Apply suggestions from code review
[rust.git] / crates / core_simd / src / type_i32x2.rs
1 define_type! {
2     #[doc = "Vector of two `i32` types"]
3     struct i32x2([i32; 2]);
4 }