[dpdk-dev] [PATCH 0/3] fix build for default machine

2016-02-16 Thread Thomas Monjalon
2016-02-03 19:56, Thomas Monjalon: > When checking build with clang and RTE_MACHINE=default, > 3 errors appeared. > > Thomas Monjalon (3): > eal/x86: fix build with clang for old AVX > examples/l3fwd: fix build without SSE4.1 > examples/ip_pipeline: fix build for x86_64 without SSE4.2 Patch

[dpdk-dev] [PATCH 0/3] fix build for default machine

2016-02-03 Thread Thomas Monjalon
When checking build with clang and RTE_MACHINE=default, 3 errors appeared. Thomas Monjalon (3): eal/x86: fix build with clang for old AVX examples/l3fwd: fix build without SSE4.1 examples/ip_pipeline: fix build for x86_64 without SSE4.2 examples/ip_pipeline/pipeline/hash_func.h |