_mm_cmpge_ss

Compare the lower single-precision (32-bit) floating-point elements in a and b for greater-than-or-equal, and copy the upper 3 packed elements from a to the upper elements of result.

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

Meta