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]

Re: FLOATING-POINT CONSISTENCY, -FFLOAT-STORE, AND X86


In a message dated 12/14/98 11:01:15 PM Pacific Standard Time, burley@gnu.org
writes:

<< avoids transformations that can change numerical results,
 >such as pre-evaluating expressions with 64-bit that would otherwise
 >be evaluated using 80-bit precision at runtime >>

A good point.  Among other things, this will require a good strtold (?)
conversion from decimal to binary, which I don't think is available.  At least
this needs some planning.


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