Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Compares the lower double-precision, floating-point value of a and b for unordered.
__m128d _mm_cmpunord_sd (__m128d a, __m128d b);
CMPUNORDSD
Return Value
The upper double-precision, floating-point value is passed through from a.
r0 := (a0 unord b0) ? 0xffffffffffffffff : 0x0
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific