From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] fix build for default machine Date: Tue, 16 Feb 2016 07:53:29 +0100 Message-ID: <8021104.2f55Z4YZXv@xps13> References: <1454525799-25552-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 27279BDC2 for ; Tue, 16 Feb 2016 07:55:19 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id g62so177246421wme.0 for ; Mon, 15 Feb 2016 22:55:19 -0800 (PST) In-Reply-To: <1454525799-25552-1-git-send-email-thomas.monjalon@6wind.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" 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 1 is rejected, because fixed differently: http://dpdk.org/ml/archives/dev/2016-February/032718.html Others are re-sent in this series: http://dpdk.org/ml/archives/dev/2016-February/033223.html