[dpdk-users] Error in compilation of DPDK

brajesh umrao brajeshumrao84 at gmail.com
Thu May 3 16:51:27 CEST 2018


Hi,
 I am facing compilation problem of  a file
home/brajesh/openNetVM/dpdk/app/pdump/ main.c . This compilation generates
various error messages. The snapshot is given as below :
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:667:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x01: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x01); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:668:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x02: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x02); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:669:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x03: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x03); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:670:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x04: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x04); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:671:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x05: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x05); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:672:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x06: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x06); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:673:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x07: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x07); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:674:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x08: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x08); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:675:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x09: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x09); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:676:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0A: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0A); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:677:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0B: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0B); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:678:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0C: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0C); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:679:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0D: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0D); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:680:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0E: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0E); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:618:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:619:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:620:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 2 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:621:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 3 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:622:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 4 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:623:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 5 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:624:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 6 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:625:64: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
         _mm_storeu_si128((__m128i *)((uint8_t *)dst + 7 * 16),
_mm_alignr_epi8(
                                                                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:640:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 0 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’
  MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
  ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:641:68: error:
‘__builtin_ia32_palignr128’ needs isa option -m32 -mssse3
             _mm_storeu_si128((__m128i *)((uint8_t *)dst + 1 * 16),
_mm_alignr_e
                                                                    ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:681:16: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47_IMM’
     case 0x0F: MOVEUNALIGNED_LEFT47_IMM(dst, src, n, 0x0F); break;    \
                ^
/home/brajesh/openNetVM/dpdk/build/include/rte_memcpy.h:821:2: note: in
expansion of macro ‘MOVEUNALIGNED_LEFT47’

Please help and provide your valuable suggestions to remove these errors.




-- 
Thanks & Regards
Brajesh Kumar Umrao,
Research Scholar,
CSED, MNNIT Allahabad, Allahabad (U.P.)
Mo.: +91 988 9639 175


More information about the users mailing list