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

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

Required methods

fn to_f64(self) -> f64x2

Loading content...

Implementors

impl Aarch64F32x4 for f32x4
[src]

Loading content...