Trait simdop::PackS
[−]
[src]
pub trait PackS<M: Multi + Narrow> { fn packs(&self, a: M, b: M) -> M; }
The PackS
trait is used to specify signed element narrowing functionality.
pub trait PackS<M: Multi + Narrow> { fn packs(&self, a: M, b: M) -> M; }
The PackS
trait is used to specify signed element narrowing 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
).