Re: [PATCH v3 0/7] use abstracted bit count functions

2023-11-08 Thread Tyler Retzlaff
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:roret...@linux.microsoft.com] > > > Sent: Wednesday, 8 November 2023 00.38 > > > > > > The first set of conversions missed the long 'l' versions of the > > > built

Re: [PATCH v3 0/7] use abstracted bit count functions

2023-11-08 Thread Thomas Monjalon
08/11/2023 09:34, Morten Brørup: > > From: Tyler Retzlaff [mailto:roret...@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 remaini

RE: [PATCH v3 0/7] use abstracted bit count functions

2023-11-08 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@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_c

[PATCH v3 0/7] use abstracted bit count functions

2023-11-07 Thread Tyler Retzlaff
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 __b