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

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

Loading content...

Implementors

impl Sse41I8x16 for i8x16
[src]

Loading content...