Partager via


_plu_ps

This function concatenates the lower single of the first operand and the upper single of the second operand to form a resultant paired single.

double __cdecl _plu_ps(
  arg1,
  arg2
);

Parameters

  • arg1
    [in] The value of the first operand.
  • arg2
    [in] The value of the second operand.

Return Values

The result of the paired concatenation.

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.