_mm256_or_si256

Compute the bitwise OR of 256 bits (representing integer data) in a and b.

nothrow @nogc pure @safe
__m256i
_mm256_or_si256
(
__m256i a
,
__m256i b
)

Meta