Share via


_abs_vl

This function calculates the absolute value of the lower half of a vector value.

double __cdecl _abs_vl(
  arg1
);

Parameters

  • arg1
    [in] Floating-point double vector value.

Return Values

The absolute value of the lower half of the vector arg1.

Remarks

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