f64x8

Type Alias f64x8 

Source
pub type f64x8 = Simd<f64x8>;

Aliased Type§

#[repr(transparent)]
pub struct f64x8(pub Simd<f64, 8>);

Tuple Fields§

§0: Simd<f64, 8>