Trait simd::aarch64::neon::Aarch64F32x4 [] [src]

pub trait Aarch64F32x4 {
    fn to_f64(self) -> f64x2;
}

Required Methods

fn to_f64(self) -> f64x2

Implementors