From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix SSE4.2 optimization branch Date: Thu, 31 Mar 2016 22:49:52 +0200 Message-ID: <1630217.pXtojHTMDg@xps13> References: <3EB4FA525960D640B5BDFFD6A3D891264797477B@IRSMSX108.ger.corp.intel.com> <1459361201-20876-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: cristian.dumitrescu@intel.com Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 89FB65A87 for ; Thu, 31 Mar 2016 22:51:46 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id p65so129592190wmp.0 for ; Thu, 31 Mar 2016 13:51:46 -0700 (PDT) In-Reply-To: <1459361201-20876-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-03-30 20:06, Thomas Monjalon: > The branch was disabled because of a typo in the SSE4.2 flag. > Change also the x86_64 flag to use a DPDK one. > > Fixes: 28377375c6c0 ("examples/ip_pipeline: fix build for x86_64 without SSE4.2") > > Signed-off-by: Thomas Monjalon > Acked-by: Cristian Dumitrescu Applied