pub struct HvxVectorPair(/* private fields */);๐ฌThis is a nightly-only experimental API. (
stdarch_hexagon #151523)Available on
target_arch=hexagon only.Expand description
HVX vector pair type (2048 bits / 256 bytes)
This type represents a pair of HVX vector registers, often used for operations that produce double-width results.
Trait Implementationsยง
Sourceยงimpl Clone for HvxVectorPair
impl Clone for HvxVectorPair
Sourceยงfn clone(&self) -> HvxVectorPair
fn clone(&self) -> HvxVectorPair
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