RE: [RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-15 Thread Ruifeng Wang
marvell.com; nd ; > sta...@dpdk.org; > pbhagavat...@marvell.com > Subject: [RFC] eal: use same atomic intrinsics for gcc and clang > > The size generic atomic intrinsics generate the same code as the size > specific intrinsics > for gcc. Use size generic intrinsics for both gcc a

RE: [RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-13 Thread Honnappa Nagarahalli
> > On Fri, Feb 10, 2023 at 07:56:22PM -0600, Honnappa Nagarahalli wrote: > > The size generic atomic intrinsics generate the same code as the size > > specific intrinsics for gcc. Use size generic intrinsics for both gcc > > and clang. > > > > Fixes: 7bdccb93078e ("eal: fix ARM build with clang

Re: [RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-13 Thread Tyler Retzlaff
On Fri, Feb 10, 2023 at 07:56:22PM -0600, Honnappa Nagarahalli wrote: > The size generic atomic intrinsics generate the same > code as the size specific intrinsics for gcc. Use size > generic intrinsics for both gcc and clang. > > Fixes: 7bdccb93078e ("eal: fix ARM build with clang") > Cc: sta...@

RE: [RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-11 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Saturday, 11 February 2023 02.56 > > The size generic atomic intrinsics generate the same > code as the size specific intrinsics for gcc. Use size > generic intrinsics for both gcc and clang. > > Fixes: 7bdccb93078e ("eal:

[RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-10 Thread Honnappa Nagarahalli
The size generic atomic intrinsics generate the same code as the size specific intrinsics for gcc. Use size generic intrinsics for both gcc and clang. Fixes: 7bdccb93078e ("eal: fix ARM build with clang") Cc: sta...@dpdk.org Cc: pbhagavat...@marvell.com Signed-off-by: Honnappa Nagarahalli --- l