_mm_comineq_sd

Compare the lower double-precision (64-bit) floating-point element in a and b for not-equal, and return the boolean result (0 or 1).

nothrow @nogc pure @safe
int
_mm_comineq_sd
(
__m128d a
,
__m128d b
)

Meta