Function core::arch::powerpc::vec_add [−][src]
pub unsafe fn vec_add<T, U>(a: T, b: U) -> <T as VectorAdd<U>>::Result where
T: VectorAdd<U>,
This is supported on PowerPC and target feature
altivec
only.Expand description
Vector add.