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

pub trait Sse2U16x8 {
    fn adds(self, other: Self) -> Self;
fn subs(self, other: Self) -> Self;
fn avg(self, other: Self) -> Self;
fn mulhi(self, other: Self) -> Self; }

Required methods

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

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

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

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

Loading content...

Implementors

impl Sse2U16x8 for u16x8
[src]

Loading content...