From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] librte_eal: Fix wrong header file for old gcc version Date: Tue, 13 Oct 2015 09:54:33 +0100 Message-ID: <20151013085433.GA7008@bricha3-MOBL3> References: <1440408177-29394-1-git-send-email-michael.qiu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Michael Qiu Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D87338DA6 for ; Tue, 13 Oct 2015 10:54:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1440408177-29394-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" 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