_m_pfmaxÂ
Microsoft Specific
Returns the larger of the two packed floating-point, single-precision values.
__m64 _m_pfmax( __m64 m1, __m64 m2 );
Remarks
The _m_pfmax function returns a 64-bit MMX value. There is no error return.
Requirements
Header: mm3dnow.h
END Microsoft Specific