_mov_vl
This function moves the lower half of a 64-bit vector to a 32-bit number.
double __cdecl _mov_vl(
double
);
- 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.