]> git.lizzy.rs Git - rust.git/blob - crates/core_simd/src/type_i32x2.rs
Add initial type implementations
[rust.git] / crates / core_simd / src / type_i32x2.rs
1 define_type! { struct i32x2([i32; 2]); }