From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] mk: gcc -march support for intel processors code names Date: Wed, 12 Oct 2016 14:33:48 +0200 Message-ID: <2355225.oGVz1zBJsg@xps13> References: <1471875574-29807-1-git-send-email-reshma.pattan@intel.com> <1476135193-4721-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by dpdk.org (Postfix) with ESMTP id 1AABE37B8 for ; Wed, 12 Oct 2016 14:33:52 +0200 (CEST) Received: by mail-lf0-f53.google.com with SMTP id b75so73204945lfg.3 for ; Wed, 12 Oct 2016 05:33:52 -0700 (PDT) In-Reply-To: <1476135193-4721-1-git-send-email-reshma.pattan@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" 2016-10-10 22:33, Reshma Pattan: > The GCC 4.9 -march option supports the intel code names for processors, > for example -march=silvermont, -march=broadwell. > The RTE_MACHINE config flag can be used to pass code name to > the compiler as -march flag. > > Release notes is updated. > > Linux and FreeBSD getting started guides are updated with recommended > gcc version as 4.9 and above. > > Some of the gmake command examples in sample application guide and driver > guides are updated with gcc version as 4.9. > > Signed-off-by: Reshma Pattan Applied, thanks How the -march=broadwell option will work with icc and clang?