Struct core::arch::powerpc64::vector_float [−][src]
#[repr(simd)]pub struct vector_float(_, _, _, _);
This is supported on PowerPC-64 only.
PowerPC-specific 128-bit wide vector of four packed f32
Trait Implementations
impl Clone for vector_float
[src]
impl Clone for vector_float
[src]This is supported on PowerPC or PowerPC-64 only.
fn clone(&self) -> vector_float
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for vector_float
[src]
impl Debug for vector_float
[src]This is supported on PowerPC or PowerPC-64 only.
impl Neg for vector_float
[src]
impl Neg for vector_float
[src]This is supported on PowerPC or PowerPC-64 only.
type Output = vector_float
The resulting type after applying the -
operator.
fn neg(self) -> Self::Output
[src]
impl Copy for vector_float
[src]
This is supported on PowerPC or PowerPC-64 only.