Function vec_mergee

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

Vector Merge Even

Purpose

Merges the even-numbered values from two vectors.

Result value

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