]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED
authorJeevitha <jeevitha@linux.ibm.com>
Mon, 21 Oct 2024 09:01:46 +0000 (04:01 -0500)
committerJeevitha <jeevitha@linux.ibm.com>
Mon, 21 Oct 2024 09:01:46 +0000 (04:01 -0500)
commit41377d0f4e791bcdd848e11eac172b8e81ecb6ec
tree6654de88bd11078863352f5cad608e7907092bf4
parent91800a70a2af1349eefc5f3380be2b254b1db395
rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED

Corrected the function code for the Atomic Memory Operation "Fetch and Decrement
Bounded", changing it from 0x1A to 0x1C.

2024-10-11 Jeevitha Palanisamy <jeevitha@linux.ibm.com>

gcc/

* config/rs6000/amo.h (enum _AMO_LD): Correct the function code for
_AMO_LD_DEC_BOUNDED.

(cherry picked from commit 1a4c5643a5911d130dfab9a064222baeeb7f9be7)
gcc/config/rs6000/amo.h