Function simd_xor
unsafe const fn simd_xor<T>(x: T, y: T) -> T
"Exclusive ors" vectors elementwise.
T must be a vector of integers.
simd_xorunsafe const fn simd_xor<T>(x: T, y: T) -> T
"Exclusive ors" vectors elementwise.
T must be a vector of integers.