Function core::arch::x86::_mm_mulhrs_epi16 1.27.0[−][src]
pub unsafe fn _mm_mulhrs_epi16(a: __m128i, b: __m128i) -> __m128i
This is supported on x86 and target feature
ssse3
only.Expand description
将包装的 16 位带符号整数值相乘,通过右移将 32 位乘积截断为 18 个最高有效位,通过加 1 舍入舍入后的值,并将 [16:1]
位写入目标位置。