[dpdk-dev] [PATCH v2] ACL: fix build for native-icc target on haswell fails

2015-11-20 Thread Thomas Monjalon
2015-11-20 15:59, Declan Doherty: > On 20/11/15 15:38, Konstantin Ananyev wrote: > > On HSW box with icc 16.0.0 build for x86_64-native-linuxapp-icc fails with: > > icc: command line warning #10120: overriding '-march=native' with '-msse4.1' > > ... > > dpdk.org/x86_64-native-linuxapp-icc/include/r

[dpdk-dev] [PATCH v2] ACL: fix build for native-icc target on haswell fails

2015-11-20 Thread Declan Doherty
On 20/11/15 15:38, Konstantin Ananyev wrote: > On HSW box with icc 16.0.0 build for x86_64-native-linuxapp-icc fails with: > icc: command line warning #10120: overriding '-march=native' with '-msse4.1' > ... > dpdk.org/x86_64-native-linuxapp-icc/include/rte_memcpy.h(96): error: > identifier "__m

[dpdk-dev] [PATCH v2] ACL: fix build for native-icc target on haswell fails

2015-11-20 Thread Konstantin Ananyev
On HSW box with icc 16.0.0 build for x86_64-native-linuxapp-icc fails with: icc: command line warning #10120: overriding '-march=native' with '-msse4.1' ... dpdk.org/x86_64-native-linuxapp-icc/include/rte_memcpy.h(96): error: identifier "__m256i" is undefined The reason is that icc treats "-march