RE: [PATCH v2 0/5] use abstracted bit count functions

2023-11-08 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 7 November 2023 20.10 > > 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 and __builtin_

[PATCH v2 0/5] 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 and __builtin_clzl. v2: be explicit and use appropriate 32-bit and 64-bit leading and trailing counting functions depe