Partager via


_sub_ps

This function subtracts the lower half of a 64-bit paired single, the first source number, from the lower half of the second input paired single and subtracts the upper half of a 64-bit paired single, the first source number, from the upper half of the second input paired single.

double __cdecl _sub_ps(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] The first input value.
  • arg2
    [in] The second input value.

Return Values

The result of the binary arithmetic.

Remarks

The compiler translates this function into the SUB.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.