Re: [PATCH v2 0/2] eal: provide leading and trailing zero bit count

2023-01-04 Thread Tyler Retzlaff
hi just adding a few extra folks to the to line to try and get some reviewer attention since this patch has been sitting here for a while. the change is fairly straight forward, would just like to get it cleared. feedback is appreciated! thanks On Wed, Nov 23, 2022 at 03:43:15PM -0800, Tyler Re

[PATCH v2 0/2] eal: provide leading and trailing zero bit count

2022-11-23 Thread Tyler Retzlaff
Provide leading and trailing zero bit count functions to abstract away compiler specific implementations. Include basic unit test for new leading/trailing zero bit count functions. v2: * use unsigned int instead of unsigned (checkpatches) * match multiple include guard naming convention to rt