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

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

Required Methods

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

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

Implementors