Share via


_sub_vl

This function subtracts the lower half of a 64-bit vector, the first source number, from the second input vector.

double __cdecl _sub_vl(
  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.