_m_from_floatĀ
Microsoft Specific
Returns a 64-bit MMX value where the lower half is set to the floating-point, single-precision value from the source operand and the upper half is zero. There is no error return.
__m64 _m_from_float(float f);
Requirements
Header: mm3dnow.h
END Microsoft Specific