[dpdk-dev] [PATCH v3] lib/librte_sched: Fix compile with gcc 4.3.4

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Dec 2 23:10:15 CET 2015


2015-12-02 10:39, Michael Qiu:
> gcc 4.3.4 does not include "immintrin.h", and will post below error:
>     lib/librte_sched/rte_sched.c:56:23: error:
>     immintrin.h: No such file or directory
> 
> This compiler issue is fixed with rte_vect.h
> 
> There is another issue, need SSE2 support
> 
> Fixes: 42ec27a0178a ("sched: enable SSE optimizations in config")
> 
> Signed-off-by: Michael Qiu <michael.qiu at intel.com>

Applied, thanks


More information about the dev mailing list