From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_eal: Fix wrong header file for old gcc version Date: Sat, 24 Oct 2015 22:35:56 +0200 Message-ID: <6704468.Cm0L1s5yuh@xps13> References: <1440408177-29394-1-git-send-email-michael.qiu@intel.com> <20151013085433.GA7008@bricha3-MOBL3> 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-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 6E2028D95 for ; Sat, 24 Oct 2015 22:37:23 +0200 (CEST) Received: by wicfv8 with SMTP id fv8so70418780wic.0 for ; Sat, 24 Oct 2015 13:37:23 -0700 (PDT) In-Reply-To: <20151013085433.GA7008@bricha3-MOBL3> 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" 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 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 looks ok. > > Acked-by: Bruce Richardson