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

pub trait Sse41I32x4 {
    fn max(self, other: Self) -> Self;
fn min(self, other: Self) -> Self;
fn low_mul(self, other: Self) -> i64x2;
fn packus(self, other: Self) -> u16x8; }

Required methods

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

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

fn low_mul(self, other: Self) -> i64x2

fn packus(self, other: Self) -> u16x8

Loading content...

Implementors

impl Sse41I32x4 for i32x4
[src]

Loading content...