[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-10-24 Thread Thomas Monjalon
Please submit a v2 with complete git message including compiler error, Fixes and Acked-by tags. Thanks 2015-10-13 09:54, Bruce Richardson: > On Mon, Aug 24, 2015 at 05:22:57PM +0800, Michael Qiu wrote: > > For __SSE3__, the corresponding header file should be pmmintrin.h, > > tmmintrin.h works

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-10-13 Thread Bruce Richardson
On Mon, Aug 24, 2015 at 05:22:57PM +0800, Michael Qiu wrote: > For __SSE3__, the corresponding header file should be pmmintrin.h, > tmmintrin.h works for __SSSE3__. > > Signed-off-by: Michael Qiu Since this is a bug-fix, it should probably have a fixes line in the commit. Otherwise the change

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-10-13 Thread Qiu, Michael
Hi, all Any comments on this? Thanks, Michael On 2015/9/25 10:56, Qiu, Michael wrote: > On 2015/9/7 22:46, Thomas Monjalon wrote: >> 2015-08-24 17:22, Michael Qiu: >>> For __SSE3__, the corresponding header file should be pmmintrin.h, >>> tmmintrin.h works for __SSSE3__. >> Please could you

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-09-25 Thread Qiu, Michael
On 2015/9/7 22:46, Thomas Monjalon wrote: > 2015-08-24 17:22, Michael Qiu: >> For __SSE3__, the corresponding header file should be pmmintrin.h, >> tmmintrin.h works for __SSSE3__. > Please could you better explain the difference and what is exactly the bug > being fixed? It should solve this

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-09-07 Thread Thomas Monjalon
2015-08-24 17:22, Michael Qiu: > For __SSE3__, the corresponding header file should be pmmintrin.h, > tmmintrin.h works for __SSSE3__. Please could you better explain the difference and what is exactly the bug being fixed? Thanks

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version

2015-08-24 Thread Michael Qiu
For __SSE3__, the corresponding header file should be pmmintrin.h, tmmintrin.h works for __SSSE3__. Signed-off-by: Michael Qiu --- lib/librte_eal/common/include/arch/x86/rte_vect.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_eal/common/include/arch/x86/rte_vect.h