#![feature(rustc_attrs, repr_simd)] #[repr(simd, packed)] #[rustc_simd_monomorphize_lane_limit = "8"] pub struct Simd(pub [T; N]);