[PATCH 0/2] eal: provide leading and trailing zero bit count
Tyler Retzlaff
roretzla at linux.microsoft.com
Wed Nov 23 23:14:45 CET 2022
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.
Tyler Retzlaff (2):
eal: provide leading and trailing zero bit count abstraction
test/bitcount: add bitcount tests
app/test/meson.build | 2 +
app/test/test_bitcount.c | 92 +++++++++++++++
lib/eal/include/meson.build | 1 +
lib/eal/include/rte_bitcount.h | 257 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 352 insertions(+)
create mode 100644 app/test/test_bitcount.c
create mode 100644 lib/eal/include/rte_bitcount.h
--
1.8.3.1
More information about the dev
mailing list