The GE bits of the APSR are set also by USUB8

This commit is contained in:
Paolo Teti 2019-02-25 19:26:32 +01:00 committed by gnzlbg
parent 86a62c6865
commit 2d7479844a

View file

@ -353,6 +353,7 @@ pub unsafe fn __shsub8(a: int8x4_t, b: int8x4_t) -> int8x4_t {
/// res\[3\] = a\[3\] - a\[3\]
///
/// where [0] is the lower 8 bits and [3] is the upper 8 bits.
/// The GE bits of the APSR are set.
#[inline]
#[cfg_attr(test, assert_instr(usub8))]
pub unsafe fn __usub8(a: uint8x4_t, b: uint8x4_t) -> uint8x4_t {