X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fvector_neon.h;h=f6d953cab81033bb5dd4341e76055b175d07dde2;hb=refs%2Ftags%2Fv19.01-rc0;hp=7570dddf1ab2368c1f64be6b3e80e26bf76c3619;hpb=7d476e03aa3832c4c5b2ec7fafbceddc070fd5d9;p=vpp.git diff --git a/src/vppinfra/vector_neon.h b/src/vppinfra/vector_neon.h index 7570dddf1ab..f6d953cab81 100644 --- a/src/vppinfra/vector_neon.h +++ b/src/vppinfra/vector_neon.h @@ -145,7 +145,7 @@ u32x4_extend_to_u64x2 (u32x4 v) static_always_inline u64x2 u32x4_extend_to_u64x2_high (u32x4 v) { - return vmovl_high_u32 (vrev64q_u32 (v)); + return vmovl_high_u32 (v); } #define CLIB_HAVE_VEC128_UNALIGNED_LOAD_STORE