vppinfra: Fix extendto_high aarch64 NEON api. 96/15196/1 v19.01-rc0
authorSirshak Das <sirshak.das@arm.com>
Tue, 9 Oct 2018 16:28:44 +0000 (11:28 -0500)
committerSirshak Das <sirshak.das@arm.com>
Tue, 9 Oct 2018 18:08:03 +0000 (13:08 -0500)
This fixes the l2BD and ip4 test case failures.
Fixes VPP-1432, VPP-1428, VPP-1430

Change-Id: I48b5c961bab60cc3b39fcd6db47e098c81579480
Signed-off-by: Sirshak Das <sirshak.das@arm.com>
src/vppinfra/vector_neon.h

index 7570ddd..f6d953c 100644 (file)
@@ -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