pub const unsafe fn simd_or<T>(x: T, y: T) -> T
core_intrinsics
“Ors” vectors elementwise.
T must be a vector of integers.
T