diff options
-rw-r--r-- | src/vppinfra/vector_neon.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |