dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]long double type


From: Rhys Weatherley
Subject: [DotGNU]long double type
Date: Tue, 12 Aug 2003 17:36:25 +1000
User-agent: KMail/1.4.3

On Sunday 10 August 2003 02:26 pm, James Michael DuPont wrote:

> # here is a data type not handled by pnet
> #  long double

"long double" is supported just fine, but because it is a native-sized type, 
it was not possible to use it inside a "struct" or "union" (this is described 
in the C ABI specification in pnet/doc).  I've since modified the C compiler 
to allow "long double" inside a struct or union.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]