Function simd_reduce_xor
unsafe const fn simd_reduce_xor<T, U>(x: T) -> U
Logical "exclusive ors" all elements together.
T must be a vector of integers or floats.
U must be the element type of T.
simd_reduce_xorunsafe const fn simd_reduce_xor<T, U>(x: T) -> U
Logical "exclusive ors" all elements together.
T must be a vector of integers or floats.
U must be the element type of T.