[][src]Trait simd::x86::sse3::Sse3F32x4

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

Required methods

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

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

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

Loading content...

Implementors

impl Sse3F32x4 for f32x4
[src]

Loading content...