Trait simdop::HAdd
[−]
[src]
pub trait HAdd<M: Multi> { fn hadd(&self, a: M, b: M) -> M; }
The HAdd
trait is used to specify horizontal addition functionality.
pub trait HAdd<M: Multi> { fn hadd(&self, a: M, b: M) -> M; }
The HAdd
trait is used to specify horizontal addition functionality.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).