This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TFmode support.
On Sun, Sep 08, 2002 at 08:28:44PM +0200, Toon Moene wrote:
> Richard Henderson wrote:
>
> > On Sun, Sep 08, 2002 at 05:21:02PM +0200, Toon Moene wrote:
>
> >>I have been asked to find out whether (and under which circumstances)
> >>GCC supports TFmode computations.
>
> > Right now, the answer is
> >
> > LONG_DOUBLE_TYPE_SIZE == 128 && !INTEL_EXTENDED_IEEE_FORMAT
> >
> > This includes sparc64, pa64, ia64-hpux (only), alpha-osf5.
>
> Ah, you mean that it's not used on alpha-*linux* yet, because the
> supporting routines aren't there ?
Well, they could be added to glibc very easily (glibc already has Richard's
soft-fp and uses it for sparc64 and in the near future for sparc32 too).
Jakub