Function vec_abs

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

Vector abs.