pub unsafe extern "platform-intrinsic" fn simd_xor<T>(x: T, y: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Available on non-crate feature miri-test-libstd only.
Expand description

Elementwise vector “exclusive or”.

T must be a vector of integer primitive types.