Partager via


_add_ps

This function adds the upper and lower halves of two paired singles independently.

double __cdecl _add_ps(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] A double-precision paired single.
  • arg2
    [in] A double-precision paired single.

Return Values

The result of 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.