Function core::arch::powerpc::vec_mergeo

source ·
pub unsafe fn vec_mergeo<T>(a: T, b: T) -> T
where T: VectorMergeEo,
🔬This is a nightly-only experimental API. (stdarch_powerpc #111145)
Available on (PowerPC or PowerPC-64) and target feature altivec and PowerPC only.
Expand description

Vector Merge Odd

§Purpose

Merges the odd-numbered values from two vectors.

§Result value

The odd-numbered elements of a are stored into the even-numbered elements of r. The odd-numbered elements of b are stored into the odd-numbered elements of r.