Function vec_all_gt

#[target_feature(enable = "altivec")]
pub unsafe fn vec_all_gt<T, U>(a: T, b: U) -> <T as VectorAllGt<U>>::Result
where
    T: VectorAllGt<U>,

Vector All Elements Greater Than