From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 15:19:20 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0E4A106566B; Thu, 6 Sep 2012 15:19:20 +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 98CDA8FC17; Thu, 6 Sep 2012 15:19:20 +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 q86FJB3R007983; Thu, 6 Sep 2012 08:19:11 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q86FJBND007982; Thu, 6 Sep 2012 08:19:11 -0700 (PDT) (envelope-from sgk) Date: Thu, 6 Sep 2012 08:19:11 -0700 From: Steve Kargl To: Roman Divacky Message-ID: <20120906151911.GA7967@troutmask.apl.washington.edu> References: <5046670C.6050500@andric.com> <20120904214344.GA17723@troutmask.apl.washington.edu> <504679CB.90204@andric.com> <20120904221413.GA19395@troutmask.apl.washington.edu> <50471BEE.6030708@andric.com> <20120905221310.GA97847@troutmask.apl.washington.edu> <20120906084312.GA13223@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120906084312.GA13223@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Garrett Cooper , Dimitry Andric , freebsd-current@freebsd.org Subject: Re: Compiler performance tests on FreeBSD 10.0-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 06 Sep 2012 15:19:20 -0000 On Thu, Sep 06, 2012 at 10:43:12AM +0200, Roman Divacky wrote: > On Wed, Sep 05, 2012 at 03:13:11PM -0700, Steve Kargl wrote: > > > > Compiling libm on > > > > CPU: AMD Opteron(tm) Processor 248 (2192.01-MHz K8-class CPU) > > Origin = "AuthenticAMD" Id = 0xf5a Family = f Model = 5 Stepping = 10 > > Features=0x78bfbff > MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> > > AMD Features=0xe0500800 > > > > with default CFLAGS (ie., -O2 -pipe) and -march=opteron. > > Was this compiled as amd64 or i386? Also, can you send me the test case? > So that we can explore the difference. The working theory now is SSE vs FPU > mathematics, but it would be nice to see the testcase. > > Thank you, roman > It was compiled on amd64. I can do the same testing on i386 this weekend. The testcase is not a self-contained piece of code. It uses parts of my floating point test frame. Putting together the testcase may take a few hours. -- Steve