Struct core::arch::powerpc::vector_signed_short
source · #[repr(simd)]pub struct vector_signed_short(_, _, _, _, _, _, _, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on PowerPC and (PowerPC or PowerPC-64) only.
Expand description
PowerPC-specific 128-bit wide vector of eight packed i16
Trait Implementations§
source§impl Clone for vector_signed_short
impl Clone for vector_signed_short
source§fn clone(&self) -> vector_signed_short
fn clone(&self) -> vector_signed_short
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more