X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fvector_neon.h;h=f6d953cab81033bb5dd4341e76055b175d07dde2;hb=4f611176e9e0673d644b40f6978a24c031e65709;hp=40e062eb94b8e6f22422b5f8bbb3289e55a0be29;hpb=6da42decd4e0d1ef978af9ea8f3850da375a45b1;p=vpp.git diff --git a/src/vppinfra/vector_neon.h b/src/vppinfra/vector_neon.h index 40e062eb94b..f6d953cab81 100644 --- a/src/vppinfra/vector_neon.h +++ b/src/vppinfra/vector_neon.h @@ -142,6 +142,12 @@ u32x4_extend_to_u64x2 (u32x4 v) return vmovl_u32 (vget_low_u32 (v)); } +static_always_inline u64x2 +u32x4_extend_to_u64x2_high (u32x4 v) +{ + return vmovl_high_u32 (v); +} + #define CLIB_HAVE_VEC128_UNALIGNED_LOAD_STORE #define CLIB_VEC128_SPLAT_DEFINED #endif /* included_vector_neon_h */