[][src]Trait simd::x86::sse2::Sse2I16x8

pub trait Sse2I16x8 {
    fn adds(self, other: Self) -> Self;
fn subs(self, other: Self) -> Self;
fn madd(self, other: Self) -> i32x4;
fn max(self, other: Self) -> Self;
fn min(self, other: Self) -> Self;
fn mulhi(self, other: Self) -> Self;
fn packs(self, other: Self) -> i8x16;
fn packus(self, other: Self) -> u8x16; }

Required methods

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

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

fn madd(self, other: Self) -> i32x4

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

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

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

fn packs(self, other: Self) -> i8x16

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

Loading content...

Implementors

impl Sse2I16x8 for i16x8
[src]

Loading content...