: nd
> Subject: [dpdk-dev] [PATCH] eal/atomic: reimplement rte atomic APIs with
> atomic builtins
>
> '__sync' builtins are deprecated, enable '__atomic' builtins for generic
> atomic
> operations.
>
> Signed-off-by: Phil Yang
> Reviewed-by: Gavin
'__sync' builtins are deprecated, enable '__atomic' builtins for
generic atomic operations.
Signed-off-by: Phil Yang
Reviewed-by: Gavin Hu
Tested-by: Phil Yang
---
lib/librte_eal/common/include/generic/rte_atomic.h | 80 ++
1 file changed, 80 insertions(+)
diff --git a/li
2 matches
Mail list logo