_mov_ps
This function creates a 64-bit number by moving the upper and lower halves of two 32-bit paired singles independently.
double __cdecl _mov_ps(
double
);
Parameters
- double
[in] A 64-bit number whose upper and lower halves are moved independently.
Return Values
The result of moving the two half numbers.
Remarks
The compiler translates this function into the MOV.format
assembly instruction.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mipsintr.h.
See Also
Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.