Struct core::arch::powerpc::vector_signed_long
source · #[repr(simd)]pub struct vector_signed_long(_, _);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on PowerPC and (PowerPC or PowerPC-64) only.
Expand description
特定于 PowerPC 的 2 个包装的 i64
的 128 位宽 vector
Trait Implementations§
source§impl Clone for vector_signed_long
impl Clone for vector_signed_long
source§fn clone(&self) -> vector_signed_long
fn clone(&self) -> vector_signed_long
返回值的副本。 Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source
执行复制分配。 Read more