Re: [dpdk-dev] [PATCH 04/18] eal: remove unneeded conditionals for SSE headers

2017-07-04 Thread Thomas Monjalon
20/06/2017 17:22, Bruce Richardson: > Our x86 baseline is to have support for SSE4.2, so therefore there is no > point in conditions around the inclusion of SSE1 - SSE4 headers. > > Signed-off-by: Bruce Richardson > --- > lib/librte_eal/common/include/arch/x86/rte_vect.h | 16 +--- >

[dpdk-dev] [PATCH 04/18] eal: remove unneeded conditionals for SSE headers

2017-06-20 Thread Bruce Richardson
Our x86 baseline is to have support for SSE4.2, so therefore there is no point in conditions around the inclusion of SSE1 - SSE4 headers. Signed-off-by: Bruce Richardson --- lib/librte_eal/common/include/arch/x86/rte_vect.h | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-)