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 for not less than.
__m128 _mm_cmpnlt_ss(__m128 a , __m128 b );
CMPNLTSS
Return Value
r0 := !(a0 < b0) ? 0xffffffff : 0x0
r1 := a1 ; r2 := a2 ; r3 := a3
Requirements
Header: mmintrin.h
END Microsoft Specific