_mov_vu
This function moves the upper half of a 64-bit vector to another number.
double __cdecl _mov_vu(
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.