Trait simd::x86::sse4_1::Sse41U16x8 [] [src]

pub trait Sse41U16x8 {
    fn max(self, other: Self) -> Self;
    fn min(self, other: Self) -> Self;
    fn minpos(self) -> Self;
}

Required Methods

fn max(self, other: Self) -> Self

fn min(self, other: Self) -> Self

fn minpos(self) -> Self

Implementors