Re: [PATCH 2/2] eal: add rte ffs32 and rte ffs64 inline functions

2024-12-05 Thread Andre Muezerie
On Fri, Jun 14, 2024 at 04:49:49PM +0200, David Marchand wrote: > On Wed, Mar 20, 2024 at 10:25 PM Tyler Retzlaff > wrote: > > > > provide toolchain abstraction for __builtin_ffs{,l,ll} gcc built-in > > intrinsics. > > > > Signed-off-by: Tyler Retzlaff > > Please add a unit test and an entry in

Re: [PATCH 2/2] eal: add rte ffs32 and rte ffs64 inline functions

2024-06-14 Thread David Marchand
On Wed, Mar 20, 2024 at 10:25 PM Tyler Retzlaff wrote: > > provide toolchain abstraction for __builtin_ffs{,l,ll} gcc built-in > intrinsics. > > Signed-off-by: Tyler Retzlaff Please add a unit test and an entry in the release notes. > --- > lib/eal/include/rte_bitops.h | 34 +++

[PATCH 2/2] eal: add rte ffs32 and rte ffs64 inline functions

2024-03-20 Thread Tyler Retzlaff
provide toolchain abstraction for __builtin_ffs{,l,ll} gcc built-in intrinsics. Signed-off-by: Tyler Retzlaff --- lib/eal/include/rte_bitops.h | 34 ++ 1 file changed, 34 insertions(+) diff --git a/lib/eal/include/rte_bitops.h b/lib/eal/include/rte_bitops.h index