Function vec_nor

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

Vector nor.