_mm_comieq_sd

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

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

Meta