From 2e5921b08b167793eacf3085a98344ad00afb5ac Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sun, 28 Nov 2021 22:57:15 +0100 Subject: vppinfra: toeplitz hash Type: feature Change-Id: I0ccf280c4b769ee624cfb780146b847a0e8e4942 Signed-off-by: Damjan Marion --- src/vppinfra/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vppinfra/CMakeLists.txt') diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 14eb81fb1dd..1a43f25b2c6 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -99,6 +99,7 @@ set(VPPINFRA_SRCS valloc.c vec.c vector.c + vector/toeplitz.c cJSON.c ) @@ -196,6 +197,7 @@ set(VPPINFRA_HEADERS vector/index_to_ptr.h vector/ip_csum.h vector/mask_compare.h + vector/toeplitz.h vector.h vector_neon.h vector_sse42.h @@ -280,6 +282,7 @@ set(test_files vector/test/mask_compare.c vector/test/memcpy_x86_64.c vector/test/sha2.c + vector/test/toeplitz.c ) add_vpp_executable(test_vector_funcs -- cgit 1.2.3-korg