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
Returns the floating-point, single-precision value from the lower half of the 64-bit MMX value in the source operand.
float _m_to_float( __m64 m );
Remarks
There is no error return.
The compiler correctly ensures that an implict FEMMS is issued before any attempt to use the result of _m_to_float( ) operation.
Requirements
Header: mm3dnow.h
END Microsoft Specific