_m_pfcmpgt
Microsoft Specific
Compares the first packed floating-point, single-precision value to be greater than the second one and sets the corresponding return value to ones or zeros based on the result of the comparison.
__m64 _m_pfcmpgt( __m64 m1, __m64 m2 );
Remarks
The _m_pfcmpgt function returns a 64-bit MMX value. There is no error return.
Requirements
Header: mm3dnow.h
END Microsoft Specific