]> git.lizzy.rs Git - rust.git/blob - crates/core_simd/src/type_i16x32.rs
349d094a1bc911f3586255010a24e4b5ded97aaa
[rust.git] / crates / core_simd / src / type_i16x32.rs
1 define_type! {
2     #[doc = "Vector of 32 `i16` types"]
3     struct i16x32([i16; 32]);
4 }
5
6 /*
7 #[cfg(target_arch = "x86")]
8 from_aligned! { unsafe u8x32 |bidirectional| core::arch::x86::__m512i }
9
10 #[cfg(target_arch = "x86_64")]
11 from_aligned! { unsafe u8x32 |bidirectional| core::arch::x86_64::__m512i }
12 */