Re: [PATCH v3 00/16] replace __atomic operations returning new value

2023-04-25 Thread David Marchand
On Mon, Mar 20, 2023 at 8:01 PM Tyler Retzlaff wrote: > > This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with > __atomic_fetch_{add,and,or,sub,xor} intrinsics where the new value > is used. > > This series is being separated from the other similar series in > an effort to reduce

[PATCH v3 00/16] replace __atomic operations returning new value

2023-03-20 Thread Tyler Retzlaff
This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with __atomic_fetch_{add,and,or,sub,xor} intrinsics where the new value is used. This series is being separated from the other similar series in an effort to reduce the chance of mistakes being spotted in review since the usages in t