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