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 two double-precision, floating-point values of a and b for ordered.
__m128d _mm_cmpord_pd (__m128d a, __m128d b);
CMPORDPD
Return Value
r0 := (a0 ord b0) ? 0xffffffffffffffff : 0x0
r1 := (a1 ord b1) ? 0xffffffffffffffff : 0x0
Requirements
Header: emmintrin.h
END Microsoft Specific