Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

__m64_muladd64lo

Microsoft Specific

Computes the low 64 bits of the expression a*b + c.


__m64 __m64_muladd64lo( 
   __m64 a, 
   __m64 b, 
   __m64 c 
);
[in] a

The first number to multiply.

[in] b

The second number to multiply.

[in] c

The number to add.

Intrinsic

Architecture

__m64_muladd64lo

IPF

Header file <intrin.h>

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.