This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add clog10 to builtins.def


On Tue, 28 Jun 2005, Andrew Pinski wrote:

> > I suppose you're only adding clog10* not all 27 functions (cerf, cerfc,
> > cexp2, cexpm1, clog10, clog1p, clog2, clgamma, ctgamma and float and long
> > double versions) mentioned in 7.26.1 because glibc only has the clog10
> > functions and you don't know of any systems which have implementations of
> > the others which would benefit from the built-in functions?
> 
> glibc has everyone mentioned except for cexpm1, clog1p, clgamma, and ctgamma
> (the float and long double versions).

I don't see any sign of cerf/cerfc/cexp2/clog2 functions in CVS glibc.  
The Linux manpages include manpages for them, but that's nothing to do 
with what glibc implements.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]