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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 64-bit long doubles on i386?



>Why don't you simply set 53-bit precision mode at run time, as currentVC 
>does, if you want similar operation?

That's a reasonable suggestion, although it still leaves the possible issue of
data formats, which would be of interest when mixing legacy libraries with
compiled code.   Perhaps, though, as you say, it will suffice for the 
actual needs in this case.  

Paul 


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