Re: AIX vs long double

2011-02-21 Thread David Edelsohn
On Mon, Feb 21, 2011 at 12:50 PM, Michael Haubenwallner wrote: > > On 01/-10/-28163 08:59 PM, David Edelsohn wrote: >> AIX provides two versions of long double and declares all of the C99 >> long double symbols in math.h header file.  One implementation aliases >> long double to IEEE double precis

Re: AIX vs long double

2011-02-21 Thread Michael Haubenwallner
On 01/-10/-28163 08:59 PM, David Edelsohn wrote: > AIX provides two versions of long double and declares all of the C99 > long double symbols in math.h header file. One implementation aliases > long double to IEEE double precision type and the other implementation > aliases long double to IBM's p

Fwd: AIX vs long double

2011-02-09 Thread Tobias Burnus
vs long double Date: Mon, 7 Feb 2011 14:01:44 -0500 From: David Edelsohn To: GCC Development AIX provides two versions of long double and declares all of the C99 long double symbols in math.h header file. One implementation aliases long double to IEEE double precision type and the other

AIX vs long double

2011-02-07 Thread David Edelsohn
AIX provides two versions of long double and declares all of the C99 long double symbols in math.h header file. One implementation aliases long double to IEEE double precision type and the other implementation aliases long double to IBM's paired double format. All of the C99 symbols for IEEE doub