diff options
author | Damjan Marion <damarion@cisco.com> | 2021-10-12 20:30:02 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-11-10 16:45:23 +0000 |
commit | 56f54af21d18f9fdd471b81db77a3942b0aa4d9c (patch) | |
tree | 80c5e9681dc209cdbb3c54d7205bc07ad4379f69 /src/vppinfra/CMakeLists.txt | |
parent | 904638f4625c82d166d67870f9cf8088dd29a8b2 (diff) |
vppinfra: new memcpy for x86_64
Change-Id: I5a5055580479960ac53e3f989aa188faf57fb05d
Type: improvement
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 11d4a5d539b..9f407a10a22 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -150,9 +150,7 @@ set(VPPINFRA_HEADERS maplog.h math.h memcpy.h - memcpy_avx2.h - memcpy_avx512.h - memcpy_sse3.h + memcpy_x86_64.h mem.h mhash.h mpcap.h @@ -278,6 +276,7 @@ set(test_files vector/test/count_equal.c vector/test/index_to_ptr.c vector/test/mask_compare.c + vector/test/memcpy_x86_64.c ) add_vpp_executable(test_vector_funcs |