Skip to content

Commit

Permalink
The GE bits of the APSR are set also by USUB8
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloteti authored and gnzlbg committed Feb 27, 2019
1 parent f0c7a7d commit 7040a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core_arch/src/acle/simd32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7040a75

Please sign in to comment.