Re: [PATCH] rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED

2024-10-15 Thread Segher Boessenkool
Hi! On Mon, Oct 14, 2024 at 05:26:51PM +0530, jeevitha wrote: > Corrected the function code for the Atomic Memory Operation "Fetch and > Decrement > Bounded", changing it from 0x1A to 0x1C. ... which is the correct value. :-) > 2024-10-14 Jeevitha Palanisamy > > gcc/ > * config/rs6000/

[PATCH] rs6000: Correct the function code for _AMO_LD_DEC_BOUNDED

2024-10-14 Thread jeevitha
Hi All, Corrected the function code for the Atomic Memory Operation "Fetch and Decrement Bounded", changing it from 0x1A to 0x1C. 2024-10-14 Jeevitha Palanisamy gcc/ * config/rs6000/amo.h (enum _AMO_LD): Correct the function code for _AMO_LD_DEC_BOUNDED. diff --git a/gcc/config