Function core::arch::powerpc64::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-64 and target feature
altivec
only.Expand description
Vector sub.