This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 64 bit long double on i386 arch.
- From: Ian Lance Taylor <iant at google dot com>
- To: Markus Duft <markus dot duft at salomon dot at>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 09 Sep 2011 13:52:08 -0700
- Subject: Re: 64 bit long double on i386 arch.
- References: <4E69C354.5090406@salomon.at>
Markus Duft <markus.duft@salomon.at> writes:
> i tried to #define LONG_DOUBLE_TYPE_SIZE 64, but after some inspection of the code, i realized that this wont work. is there some magic location where i could just tell gcc to handle long double like double? any help would be much appreciated!
I would expect that to work. What fails?
Ian