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: [gfortran] I/O of large integer and real kinds


FX Coudert wrote:
>>The above looks correct because log10l is not currently in libm.
>>FreeBSD does not use glibc.  I'm guessing that __log10l is 
>>suppose to be a builtin function, but I haven't gone looking.
> 
> 
> log10l is garanteed in C99, so I took it for granted. What is the 
> FreeBSD way to compute log10 of long doubles?

I think we can't rely on anything beyond C90, we already go to lengths to
provide C99 functionality in libgfortran/intrinsics/c99_functions.c.

- Tobi


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