[−][src]Function core_arch::x86::_m_pavgb
pub unsafe fn _m_pavgb(a: __m64, b: __m64) -> __m64
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 and target feature
sse,mmx
only.Computes the rounded averages of the packed unsigned 8-bit integer values and writes the averages to the corresponding bits in the destination.