#[repr(simd)]
pub struct vector_signed_long(_, _);
🔬 This is a nightly-only experimental API. (
stdsimd
#48556)
This is supported on PowerPC only.
Expand description
PowerPC-specific 128-bit wide vector of two packed i64
This is supported on PowerPC or PowerPC-64 only.
Performs copy-assignment from source
. Read more
This is supported on PowerPC or PowerPC-64 only.
Formats the value using the given formatter. Read more
This is supported on PowerPC or PowerPC-64 only.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.