_mm_or_ps

Compute the bitwise OR of packed single-precision (32-bit) floating-point elements in a and b, and return the result.

nothrow @nogc pure @safe
__m128
_mm_or_ps
(
__m128 a
,
__m128 b
)

Meta