This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TF type (quad float) not implemented?
- To: Dylan_S_Cuthbert at hq dot scei dot sony dot co dot jp
- Subject: Re: TF type (quad float) not implemented?
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 15 Jun 2000 09:30:21 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <492568FF.00511988.00@hq.scei.sony.co.jp>
On Thu, Jun 15, 2000 at 11:47:07PM +0900, Dylan_S_Cuthbert wrote:
> Or maybe within the source is it only referred to as a long double or
> something like that?
Yes.
> So, with the current version of gcc, how do I specify in my machine
> description files that I want to be able to use a type of mode TF?
#define LONG_DOUBLE_TYPE_SIZE 128
r~