Function vec_mergeo

#[target_feature(enable = "altivec")]
pub unsafe fn vec_mergeo<T>(a: T, b: T) -> T
where
    T: VectorMergeEo,

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.