From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=MsE543HwwjwS169FDhwMqy65IdTRN2q35QvWAsg42V0=; b=L6dAEVbbnfT4wET2TfGPaR+2DvXupQXDNJmwa4tFp5wKt+uJZzFz4+t+uVfhyuRp2b 6F9Pxl4DAxFgtQSIlROSFuHmSE7yaYX2dugSlyphzX7N9YXBVBkVURKap0nNvOA3awhm D1Gccm9nGHwY2GkVSxOles0PH5wyDlr24b6SvmylqKzFyg7b7umgR7J5Lx+Trke+CSv2 8lNW19+OdyaJ57lDwBCJwmSWMnflv2UgyT537hreIqmhEjLhJ7kqbsaFbyICyQWlNkrZ sQdMrsAbu2Y+X3y6WN51IGHhC7S601aTLaa84DmuxPDduvQ8uyf+mmx6W3PR65wiO9MN 4JJw== X-Gm-Message-State: ALoCoQk6Fw4xQ3KLNf7Kb7jpsj2Jh4qQuqdwXWk4kRg/wqz2hFFxKggYP2Z+rRD2eqVhx7bnx5I7 X-Received: by 10.180.198.48 with SMTP id iz16mr35079771wic.91.1441637143419; Mon, 07 Sep 2015 07:45:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id xs1sm20459750wjc.7.2015.09.07.07.45.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Sep 2015 07:45:42 -0700 (PDT) From: Thomas Monjalon To: Michael Qiu Date: Mon, 07 Sep 2015 16:44:33 +0200 Message-ID: <18021087.J9VIySgl62@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1440408177-29394-1-git-send-email-michael.qiu@intel.com> References: <1440408177-29394-1-git-send-email-michael.qiu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 14:45:43 -0000 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