Re: [PATCH] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.

2025-01-13 Thread Surya Kumari Jangala
On 08/01/25 2:30 pm, jeevitha wrote: > Hi All, > > The following patch has been bootstrapped and regtested on powerpc64le-linux. > > Changes to amo.h include the addition of the following load atomic operations: > Compare and Swap Not Equal, Fetch and Increment Bounded, Fetch and Increment > E

[PATCH] rs6000: Adding missed ISA 3.0 atomic memory operation instructions.

2025-01-08 Thread jeevitha
Hi All, The following patch has been bootstrapped and regtested on powerpc64le-linux. Changes to amo.h include the addition of the following load atomic operations: Compare and Swap Not Equal, Fetch and Increment Bounded, Fetch and Increment Equal, and Fetch and Decrement Bounded. Additionally, S