Function __qsub16
pub unsafe fn __qsub16(a: int16x2_t, b: int16x2_t) -> int16x2_t
Saturating two 16-bit integer subtraction
Returns the 16-bit signed equivalent of
res[0] = a[0] - b[0] res[1] = a[1] - b[1]
__qsub16pub unsafe fn __qsub16(a: int16x2_t, b: int16x2_t) -> int16x2_t
Saturating two 16-bit integer subtraction
Returns the 16-bit signed equivalent of
res[0] = a[0] - b[0] res[1] = a[1] - b[1]