Partager via


_sqrt_vu

This function calculates the square root of the upper half of a 64-bit vector.

double __cdecl _sqrt_vu(
  arg1
);

Parameters

  • arg1
    [in] The input value, a 64-bit vector.

Return Values

The square root of the upper half of arg1.

Remarks

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