DPDK usage discussions
 help / color / mirror / Atom feed
From: brajesh umrao <brajeshumrao84@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] Error in compilation of DPDK
Date: Thu, 3 May 2018 20:21:27 +0530	[thread overview]
Message-ID: <CALfzT_+BtDAa_AP0tjzmbdKAN4KUSewC0SfeQyh-ej8oQYV=Hw@mail.gmail.com> (raw)

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

                 reply	other threads:[~2018-05-03 14:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALfzT_+BtDAa_AP0tjzmbdKAN4KUSewC0SfeQyh-ej8oQYV=Hw@mail.gmail.com' \
    --to=brajeshumrao84@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).