Function vec_all_lt

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

Vector All Elements Less Than