[][src]Trait simd::x86::ssse3::Ssse3U16x8

pub trait Ssse3U16x8 {
    fn hadd(self, other: Self) -> Self;
fn hsub(self, other: Self) -> Self; }

Required methods

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

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

Loading content...

Implementors

impl Ssse3U16x8 for u16x8
[src]

Loading content...