vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8 85/38485/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 14 Mar 2023 14:38:01 +0000 (14:38 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 14 Mar 2023 19:58:04 +0000 (19:58 +0000)
commit0d07a5d27ff9f1ad37e02c1017f12868ea7dd7a2
treeb9628f507f490dbd7c7cd0615be9d680db29e95c
parentaeb7c1cb6e11dde259d954f7fabb95073a3b4c54
vlib: fix clib_crc32c on odd lengths and clib_crc32c_u8

Fix the typo in the intrinsic name, which caused incorrect intrinsic to be used.

Type: fix
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: Ib7fde14d12897e4d1bfb5a01f6d65025473e4f8e
src/vppinfra/crc32.h