[PATCH v3 0/7] use abstracted bit count functions
Tyler Retzlaff
roretzla at linux.microsoft.com
Wed Nov 8 19:42:04 CET 2023
On Wed, Nov 08, 2023 at 05:57:01PM +0100, Thomas Monjalon wrote:
> 08/11/2023 09:34, Morten Brørup:
> > > From: Tyler Retzlaff [mailto:roretzla at linux.microsoft.com]
> > > Sent: Wednesday, 8 November 2023 00.38
> > >
> > > The first set of conversions missed the long 'l' versions of the
> > > builtins that were being used. This series completes the conversion
> > > of remaining libraries from __builtin_ctzl, __builtin_clzl and
> > > __builtin_popcountl.
> > >
> > > v3:
> > > * add missing include of rte_bitops.h
> > > * add 2 patches to cover use of __builtin_popcountl
> > >
> > > v2:
> > > * be explicit and use appropriate 32-bit and 64-bit leading
> > > and trailing counting functions depending on the type of the
> > > expression passed as an argument to the builtin.
> >
> > Didn't notice v3 before ack'ing v2.
> >
> > Series-acked-by: Morten Brørup <mb at smartsharesystems.com>
>
> Squashed and applied, thanks.
>
> Note: there are few builtin occurences in drivers.
yes, tests and drivers are on my list. i'm mostly addressing conversions
in libs right now.
>
>
More information about the dev
mailing list