_mov_su
This function moves the upper half of a 64-bit number to a 32-bit number.
float __cdecl _mov_su(
double
);
Parameters
- double
[in] The 64-bit vector number to be moved.
Return Values
The result of moving the number.
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.