Home | History | Annotate | Download | only in dsp

Lines Matching full:madd3

619   const __m128i madd3 = _mm_madd_epi16(d3, d3);
621 const __m128i sum1 = _mm_add_epi32(madd2, madd3);