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
Calculates the rounded averages of eight unsigned 8-bit integer values.
__m64 _m_pavgusb( __m64 m1, __m64 m2 );
Remarks
The _m_pavgusb function takes two 64-bit MMX values and returns a 64-bit MMX value. There is no error return.
Requirements
Header: mm3dnow.h
END Microsoft Specific