Function simd_xor

Source
pub unsafe fn simd_xor<T>(_x: T, _y: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

“Exclusive ors” vectors elementwise.

T must be a vector of integer primitive types.