Type Definition std::simd::f32x16[][src]

pub type f32x16 = Simd<f32, 16_usize>;
🔬 This is a nightly-only experimental API. (portable_simd #86656)
Expand description

16 个 f32 值的 Vector