From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] lib/librte_sched: Fix compile with gcc 4.3.4 Date: Wed, 02 Dec 2015 14:10:15 -0800 (PST) Message-ID: <1953607.36cYBsbCDU@xps13> References: <1448534997-24297-1-git-send-email-michael.qiu@intel.com> <1449023967-26069-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michael Qiu Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 3B0A98D86 for ; Wed, 2 Dec 2015 23:10:16 +0100 (CET) Received: by wmec201 with SMTP id c201so156310wme.0 for ; Wed, 02 Dec 2015 14:10:16 -0800 (PST) In-Reply-To: <1449023967-26069-1-git-send-email-michael.qiu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Applied, thanks