This is the mail archive of the gcc@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: TFmode support.


>>>>> Toon Moene writes:

Toon> What I did discover, though (using nm), is that on my powerpc machine no 
Toon> TImode routines are compiled, while on alpha they are (but there are no 
Toon> TFmode routines in libgcc).

	TFmode support depends on the patterns being enabled, not on
generic 64-bit target support.  The PowerPC MD file has the patterns for
128-bit long double support as defined by AIX and 64-bit PowerPC Linux,
but it is not enabled by default because not all of the infrastructure has
been committed.  The 128-bit long double argument passing support is
waiting for a patch to the argument-passing part of the GCC common back
end to be merged into the FSF sources.

David


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