Skip to content

Commit 7040a75

Browse files
paolotetignzlbg
authored andcommitted
The GE bits of the APSR are set also by USUB8
1 parent f0c7a7d commit 7040a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_arch/src/acle/simd32.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ pub unsafe fn __shsub8(a: int8x4_t, b: int8x4_t) -> int8x4_t {
353353
/// res\[3\] = a\[3\] - a\[3\]
354354
///
355355
/// where [0] is the lower 8 bits and [3] is the upper 8 bits.
356+
/// The GE bits of the APSR are set.
356357
#[inline]
357358
#[cfg_attr(test, assert_instr(usub8))]
358359
pub unsafe fn __usub8(a: uint8x4_t, b: uint8x4_t) -> uint8x4_t {

0 commit comments

Comments
 (0)