Function vec_nand

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

Vector NAND

Purpose

Performs a bitwise NAND of two vectors.

Result value

r is the bitwise NAND of a and b.