diff --git a/crates/core_arch/src/acle/simd32.rs b/crates/core_arch/src/acle/simd32.rs index e5d00e1451..1c64edee92 100644 --- a/crates/core_arch/src/acle/simd32.rs +++ b/crates/core_arch/src/acle/simd32.rs @@ -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 {