aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/buffer_funcs.c
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-04-28 19:31:22 +0200
committerFlorin Coras <florin.coras@gmail.com>2021-04-28 19:00:37 +0000
commit3295ddf6b6e06f43ebf1e081a09b7b785dd217ea (patch)
tree0f686e6877babf556e6605faed460975ad3dd6fc /src/vlib/buffer_funcs.c
parentea6236b376c397f5519ff2763702818a4bfe46d9 (diff)
vppinfra: AArch64 NEON implementation of clib_compare_u16_x64()
Type: improvement Change-Id: I1382813211ea20c6204d7a3b6e6d470aa51aed69 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/buffer_funcs.c')
-rw-r--r--src/vlib/buffer_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/buffer_funcs.c b/src/vlib/buffer_funcs.c
index eaf141e5e9a..a0edd7ec60b 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
{