_neg_vu
This function negates the upper half of a 64-bit vector, and stores the result as a 32-bit number.
double __cdecl _neg_sl(
arg1
);
Parameters
- arg1
[in] The number whose upper half is negated.
Return Values
The result of the negation.
Remarks
The compiler translates this into the NEG.format assembly instructions.
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.