commit | 3295ddf6b6e06f43ebf1e081a09b7b785dd217ea | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Wed Apr 28 19:31:22 2021 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Wed Apr 28 19:00:37 2021 +0000 |
tree | 0f686e6877babf556e6605faed460975ad3dd6fc | |
parent | ea6236b376c397f5519ff2763702818a4bfe46d9 [diff] [blame] |
vppinfra: AArch64 NEON implementation of clib_compare_u16_x64() Type: improvement Change-Id: I1382813211ea20c6204d7a3b6e6d470aa51aed69 Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/src/vlib/buffer_funcs.c b/src/vlib/buffer_funcs.c index eaf141e..a0edd7e 100644 --- a/src/vlib/buffer_funcs.c +++ b/src/vlib/buffer_funcs.c
@@ -3,8 +3,8 @@ */ #include <vppinfra/clib.h> -#include <vppinfra/vector_funcs.h> #include <vlib/vlib.h> +#include <vppinfra/vector_funcs.h> typedef struct {