X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fstring.h;h=a3db9264cac9eb1561b0defcc7e63a92ab935429;hb=bdde58534;hp=d64df8e56027dbda2fe0045d5f5b806c13270835;hpb=37c83785b692145b95fe4678f7d599527157217c;p=vpp.git diff --git a/src/vppinfra/string.h b/src/vppinfra/string.h index d64df8e5602..a3db9264cac 100644 --- a/src/vppinfra/string.h +++ b/src/vppinfra/string.h @@ -216,7 +216,7 @@ memset_s_inline (void *s, rsize_t smax, int c, rsize_t n) static_always_inline void clib_memcpy_le (u8 * dst, u8 * src, u8 len, u8 max_len) { -#if defined (CLIB_HxAVE_VEC256) +#if defined (CLIB_HAVE_VEC256) u8x32 s0, s1, d0, d1; u8x32 mask = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31