Trait simdop::HSub
[−]
[src]
pub trait HSub<M: Multi> { fn hsub(&self, a: M, b: M) -> M; }
The HSub
trait is used to specify horizontal subtraction functionality.
Required Methods
fn hsub(&self, a: M, b: M) -> M
Horizontally subtracts adjacent pairs of elements in a
and b
.