Share via


_c_ult_vu

This function compares the upper halves of two floating-point vector doubles to test if unordered or less than, then writes the result to a condition code.

void __cdecl _c_ult_vu(
  int,
  double1,
  double2
);

Parameters

  • int
    [out] A code bit number between zero and seven (0 and 7) that specifies the floating-point condition code in which the function writes the result of the comparison.
  • double1
    [in] A double-precision floating-point number.
  • double2
    [in] A double-precision floating-point number.

Return Values

None.

Remarks

The compiler translates this function into an appropriate C*.cond.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.