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

2023-02-19 Thread Thomas Monjalon
18/02/2023 02:58, 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...@ma

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

2023-02-17 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 Review