Function vec_cmplt

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

Vector cmplt.