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