Trait faster::intrin::Asf32s [] [src]

pub trait Asf32s {
    type Cast;
    fn as_f32s(self) -> Self::Cast;
}

Associated Types

Required Methods

Return a vector containing all elements of self cast to f32s.

Implementors