]> git.lizzy.rs Git - rust.git/blob - crates/core_simd/src/type_f32x2.rs
8b60a2ee76f4aaf0b14aef02cd84c9c15f093337
[rust.git] / crates / core_simd / src / type_f32x2.rs
1 define_type! {
2     #[doc = "Vector of two `f32` types"]
3     struct f32x2([f32; 2]);
4 }