[dpdk-dev] [PATCH] lib/librte_eal: Fix compile issue with gcc 5.3.1

2016-01-28 Thread Michael Qiu
In fedora 22 with GCC version 5.3.1, when compile, will result an error: include/rte_memcpy.h:309:7: error: "RTE_MACHINE_CPUFLAG_AVX2" is not defined [-Werror=undef] #elif RTE_MACHINE_CPUFLAG_AVX2 Fixes: 9484092baad3 ("eal/x86: optimize memcpy for AVX512

[dpdk-dev] [PATCH] lib/librte_eal: Fix compile issue with gcc 5.3.1

2016-01-28 Thread Qiu, Michael
On 1/28/2016 4:32 PM, Thomas Monjalon wrote: > 2016-01-28 15:30, Michael Qiu: >> In fedora 22 with GCC version 5.3.1, when compile, >> will result an error: >> >> include/rte_memcpy.h:309:7: error: "RTE_MACHINE_CPUFLAG_AVX2" >> is not defined [-Werror=undef] >>

[dpdk-dev] [PATCH] lib/librte_eal: Fix compile issue with gcc 5.3.1

2016-01-28 Thread Wang, Zhihong
> Subject: [PATCH] lib/librte_eal: Fix compile issue with gcc 5.3.1 > > In fedora 22 with GCC version 5.3.1, when compile, > will result an error: > > include/rte_memcpy.h:309:7: error: "RTE_MACHINE_CPUFLAG_AVX2" > is not defined [-Werror=undef] > #elif