Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2008 20:14:33 +0100
From:      Andreas Tobler <andreast-list@fgznet.ch>
To:        Marcel Moolenaar <xcllnt@mac.com>
Cc:        FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>
Subject:   Re: ppc float.h
Message-ID:  <491C7C99.2080204@fgznet.ch>
In-Reply-To: <46B90E82-B28B-42BB-8D33-49F5C012262A@mac.com>
References:  <491B337D.5010901@fgznet.ch> <46B90E82-B28B-42BB-8D33-49F5C012262A@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Marcel,

Marcel Moolenaar wrote:

> 
> Because "long double" on PowerPC is the same as "double".
> This is dictated by the compiler:

Ok, right now it is, but I think I can dictate the compiler what he has 
to do :)

> mini-g4% gcc -E -dM -xc /dev/null | grep DBL | grep DIG
> #define __DBL_DIG__ 15
> #define __LDBL_DIG__ 15
> #define __LDBL_MANT_DIG__ 53
> #define __DBL_MANT_DIG__ 53

Thanks,
Andreas




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?491C7C99.2080204>