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: Mon, 07 Sep 2015 16:44:33 +0200 Message-ID: <18021087.J9VIySgl62@xps13> References: <1440408177-29394-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-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id A5FE55A1F for ; Mon, 7 Sep 2015 16:45:43 +0200 (CEST) Received: by wicge5 with SMTP id ge5so86548539wic.0 for ; Mon, 07 Sep 2015 07:45:43 -0700 (PDT) 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" 2015-08-24 17:22, Michael Qiu: > For __SSE3__, the corresponding header file should be pmmintrin.h, > tmmintrin.h works for __SSSE3__. Please could you better explain the difference and what is exactly the bug being fixed? Thanks