This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: std_limits.h os_defines.h


On Thu, Aug 09, 2001 at 02:11:02PM -0400, David Edelsohn wrote:
> 	There does not seem to be a way to determine if x86 is operating
> in 96-bit or 128-bit long double mode.

There is no true 128-bit long double mode for x86.  What is
controled by the bits you're looking at is the padding that
surrounds the 80-bit long double.

I.e. no limits should depend on the padding.


r~


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