From owner-freebsd-current@FreeBSD.ORG Sun Feb 10 19:34:13 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9155A88 for ; Sun, 10 Feb 2013 19:34:13 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 88805EA0 for ; Sun, 10 Feb 2013 19:34:13 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id r1AJYAf8077991; Sun, 10 Feb 2013 11:34:10 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id r1AJYA3t077990; Sun, 10 Feb 2013 11:34:10 -0800 (PST) (envelope-from sgk) Date: Sun, 10 Feb 2013 11:34:10 -0800 From: Steve Kargl To: Anton Shterenlikht Subject: Re: 7+ days of dogfood Message-ID: <20130210193410.GA77960@troutmask.apl.washington.edu> References: <20130210190048.GA77774@troutmask.apl.washington.edu> <201302101924.r1AJO3oa055768@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201302101924.r1AJO3oa055768@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org, bsam@passap.ru X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 19:34:13 -0000 On Sun, Feb 10, 2013 at 07:24:03PM +0000, Anton Shterenlikht wrote: > From sgk@troutmask.apl.washington.edu Sun Feb 10 19:06:10 2013 > On Sun, Feb 10, 2013 at 06:51:23PM +0000, Anton Shterenlikht wrote: > > Date: Sun, 10 Feb 2013 08:44:24 -0800 > > From: Steve Kargl > > To: Boris Samorodov > > Subject: Re: 7+ days of dogfood > > > > > > FFLAGS = -O2 -pipe -march=native -mtune=native > > > > > > I don't like using "=" for FLAGS at make.conf... > > > > > > > FFLAGS+= -funroll-loops -ftree-vectorize > > > > > > ... as well as defaults overriding. > > > > > > > FFLAGS are the options used while compiling Fortran. Having > > spent years contributing to and testing gfortran, I am fairly > > comfortable with these options. > > > > Do you recommend these FFLAGS settings to all > > users of gfortran (via lang/gcc4x)? > > Yes. > > And for all arches? I use ia64, sparc64 and amd64. > I use these on amd64 and i386 arches. I rarely use spacr64 (mainly for development of ld128 libm functions) and never use ia64. Choose one of your codes and test. -- Steve