pub struct HvxVectorPred(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on
target_arch=hexagon only.Expand description
HVX vector predicate type (1024 bits / 128 bytes)
This type represents a predicate vector used for conditional operations. Each bit corresponds to a lane in the vector.
Trait Implementationsยง
Sourceยงimpl Clone for HvxVectorPred
impl Clone for HvxVectorPred
Sourceยงfn clone(&self) -> HvxVectorPred
fn clone(&self) -> HvxVectorPred
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more