From owner-freebsd-standards@FreeBSD.ORG Sun Nov 30 15:53:30 2003 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4628416A4CE for ; Sun, 30 Nov 2003 15:53:30 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C44443F75 for ; Sun, 30 Nov 2003 15:53:29 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hAUNrT8u044500 for ; Sun, 30 Nov 2003 15:53:29 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hAUNrSRV044499 for freebsd-standards@FreeBSD.ORG; Sun, 30 Nov 2003 15:53:28 -0800 (PST) (envelope-from sgk) Date: Sun, 30 Nov 2003 15:53:28 -0800 From: Steve Kargl To: freebsd-standards@FreeBSD.ORG Message-ID: <20031130235328.GA44393@troutmask.apl.washington.edu> References: <20031129000133.GA30662@troutmask.apl.washington.edu> <20031129080911.GA25448@VARK.homeunix.com> <20031129163105.GA32651@troutmask.apl.washington.edu> <20031130213951.GA37082@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031130213951.GA37082@VARK.homeunix.com> User-Agent: Mutt/1.4.1i Subject: Re: Implementing C99's roundf(), round(), and roundl() X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:53:30 -0000 On Sun, Nov 30, 2003 at 01:39:51PM -0800, David Schultz wrote: > On Sat, Nov 29, 2003, Steve Kargl wrote: > > > > As a side comment, we need to start coding the missing C99 math(3) > > functions because GCC is moving to using these in their CVS > > development trees. > > Really? Which ones? I don't think I'll have time to deal with > this until January, but then again, we're not doing another gcc > import before then. The tree-ssa branch of GCC contains the new front end for Fortran 95. The runtime library uses round[f](), which is why I wrote the C implementation I submitted. The tree-ssa branch is slated to become gcc-3.5. -- Steve