_mm_comile_ss

Compare the lower single-precision (32-bit) floating-point element in a and b for less-than-or-equal, and return the boolean result (0 or 1).

nothrow @nogc pure @safe
int
_mm_comile_ss
(
__m128 a
,
__m128 b
)

Meta