Trait simdop::CmpEq
[−]
[src]
pub trait CmpEq<M: Multi> { fn cmpeq(&self, a: M, b: M) -> M; }
The CmpEq
trait is used to specify equality comparison funtionality.
Required Methods
fn cmpeq(&self, a: M, b: M) -> M
Compares elements in a
and b
for equality.