X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fmheap.c;h=192732db5f9f3550d89b3160a41bba68f83fad0b;hb=7bee80c823ca77de3aca803fdede77e4c7385a52;hp=b8828f9e3e7ca5379565b202c53a710dc3019be4;hpb=b0972cbb35550619483b90004a00566f9641f983;p=vpp.git diff --git a/src/vppinfra/mheap.c b/src/vppinfra/mheap.c index b8828f9e3e7..192732db5f9 100644 --- a/src/vppinfra/mheap.c +++ b/src/vppinfra/mheap.c @@ -304,7 +304,7 @@ mheap_small_object_cache_mask (mheap_small_object_cache_t * c, uword bin) uword mask; /* $$$$ ELIOT FIXME: add Altivec version of this routine */ -#if !defined (CLIB_HAVE_VEC128) || defined (__ALTIVEC__) +#if !defined (CLIB_HAVE_VEC128) || defined (__ALTIVEC__) || defined (__i386__) mask = 0; #else u8x16 b = u8x16_splat (bin);