_add_vu
This function adds the upper halves of two vectors.
double __cdecl _add_vu(
arg1,
arg2
);
Parameters
- arg1
[in] A double-precision floating-point vector. - arg2
[in] A double-precision floating-point vector.
Return Values
A double-precision floating-point number formed by the binary arithmetic.
Remarks
The compiler translates this function into the ADD.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.