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

pub trait Sse41U64x2 {
    fn testc(self, other: Self) -> i32;
fn testnzc(self, other: Self) -> i32;
fn testz(self, other: Self) -> i32; }

Required methods

fn testc(self, other: Self) -> i32

fn testnzc(self, other: Self) -> i32

fn testz(self, other: Self) -> i32

Loading content...

Implementors

impl Sse41U64x2 for u64x2
[src]

Loading content...