Function core::arch::arm::__shadd16 [−][src]
This is supported on ARM only.
Expand description
Signed halving parallel halfword-wise addition.
Returns the 16-bit signed equivalent of
res[0] = (a[0] + b[0]) / 2 res[1] = (a[1] + b[1]) / 2