Share via


_mul_vu

This function multiplies the upper halves of two 32-bit vectors.

double __cdecl _mul_vl(
  double1,
  double2
);

Parameters

  • double1
    [in] The first double-precision vector to be multiplied.
  • double2
    [in] The second double-precision vector to be multiplied.

Return Values

A double precision vector that is the result of the binary arithmetic.

Remarks

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