Implementing C99's roundf(), round(), and roundl()

Steve Kargl sgk at troutmask.apl.washington.edu
Sun Nov 30 15:53:30 PST 2003


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


More information about the freebsd-standards mailing list