Function simd_reduce_or
pub const unsafe fn simd_reduce_or<T, U>(x: T) -> U
Logical "ors" all elements together.
T must be a vector of integers.
U must be the element type of T.
simd_reduce_orpub const unsafe fn simd_reduce_or<T, U>(x: T) -> U
Logical "ors" all elements together.
T must be a vector of integers.
U must be the element type of T.