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