This topic has not yet been rated - Rate this topic

_mm_mul_ps

Microsoft Specific

Multiplies the four single-precision, floating-point values of a and b.


__m128 _mm_mul_ps(__m128 a , __m128 b );
MULPS
r0 := a0 * b0
r1 := a1 * b1
r2 := a2 * b2
r3 := a3 * b3

Header: mmintrin.h

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ