_mm_or_si128

Microsoft Specific

Computes the bitwise OR of the 128-bit value in a and the 128-bit value in b.

__m128i _mm_or_si128 (__m128i a, __m128i b);
POR

Return Value

r := a | b

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Logical Operations (Integer SSE2 Intrinsics)