vppinfra: fix u32x4_gather definition
Type: fix Change-Id: I3df8d3f277bfadee95bfc329e8ce8b929a986af6 Signed-off-by: Damjan Marion <damarion@cisco.com> (cherry picked from commit 97b9e008b9e072120ea8b0d98e81e898c3adbd4d)
This commit is contained in:

committed by
Andrew Yourtchenko

parent
3180fe5651
commit
ccaef621a8
@ -690,7 +690,7 @@ u64x2_gather (void *p0, void *p1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static_always_inline u32x4
|
static_always_inline u32x4
|
||||||
u32x4_gather (void *p0, void *p1, void *p2, void *p3, void *p4)
|
u32x4_gather (void *p0, void *p1, void *p2, void *p3)
|
||||||
{
|
{
|
||||||
u32x4 r = { *(u32 *) p0, *(u32 *) p1, *(u32 *) p2, *(u32 *) p3 };
|
u32x4 r = { *(u32 *) p0, *(u32 *) p1, *(u32 *) p2, *(u32 *) p3 };
|
||||||
return r;
|
return r;
|
||||||
|
Reference in New Issue
Block a user