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


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?


--
FX


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