_mm_or_pd

Microsoft Specific

Computes the bitwise OR of the two double-precision, floating-point values of a and b.

__m128d _mm_or_pd (__m128d a, __m128d b);
ORPD

Return Value

r0 := a0 | b0
r1 := a1 | b1

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Logical Operations (Floating-Point SSE2 Intrinsics)