diff options
author | Christophe Fontaine <christophe.fontaine@qosmos.com> | 2016-12-19 14:41:52 +0100 |
---|---|---|
committer | Christophe Fontaine <christophe.fontaine@qosmos.com> | 2016-12-21 15:16:44 +0100 |
commit | 33e81950cf937ab081c7c591f06e8871b0f00e93 (patch) | |
tree | 6589eb085e89c2631b9dc7dcc3126a66c368f604 /vppinfra/Makefile.am | |
parent | 7e9e6e1f1c1b9f41547899aeff5a05a5a7421103 (diff) |
aarch64 compatibility
- lb plugin: compatibility for non x86 platforms.
- Add vector_neon.h to support simd instructions, especially
'u16x8_zero_byte_mask' used in
"vnet/vnet/ip/ip4_source_and_port_range_check.c"
Change-Id: I395546b0e2d5748e73daffa51269a200ef8d1235
Signed-off-by: Christophe Fontaine <christophe.fontaine@qosmos.com>
Diffstat (limited to 'vppinfra/Makefile.am')
-rw-r--r-- | vppinfra/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vppinfra/Makefile.am b/vppinfra/Makefile.am index d0a023e25d3..6183cd7a74e 100644 --- a/vppinfra/Makefile.am +++ b/vppinfra/Makefile.am @@ -214,6 +214,7 @@ nobase_include_HEADERS = \ vppinfra/vector_altivec.h \ vppinfra/vector_funcs.h \ vppinfra/vector_iwmmxt.h \ + vppinfra/vector_neon.h \ vppinfra/vector_sse2.h \ vppinfra/valgrind.h \ vppinfra/vm_unix.h \ |