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

pub trait Sse41I8x16 {
    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