Re: [PATCH 0/8] Implement integer atomic fetch min/max in GCC

2025-09-03 Thread Soumya AR
Really sorry for the re-ping, but my other patches got blocked by the mailing list. Wasn't sure if it made it to your inbox, so sending again. > On 2 Sep 2025, at 12:03 PM, soum...@nvidia.com wrote: > > External email: Use caution opening links or attachments > > > From: Soumya AR > > Hi, >

[PATCH 0/8] Implement integer atomic fetch min/max in GCC

2025-09-01 Thread soumyaa
From: Soumya AR Hi, This patch series implements support for integer atomic fetch min/max operations in GCC, backing the C++26 std::atomic::fetch_max and std::atomic::fetch_min operations. CC'ed in: The following maintainers according to parts of the compiler modified - middle-end maintainers: