[][src]Function core::arch::x86_64::_mm_maddubs_pi16

pub unsafe fn _mm_maddubs_pi16(a: __m64, b: __m64) -> __m64
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86-64 and target feature ssse3,mmx only.

Multiplies corresponding pairs of packed 8-bit unsigned integer values contained in the first source operand and packed 8-bit signed integer values contained in the second source operand, adds pairs of contiguous products with signed saturation, and writes the 16-bit sums to the corresponding bits in the destination.