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: FWD: FLOATING-POINT CONSISTENCY, -FFLOAT-STORE, AND X86



> A little thought, planning, and lack of -O flags, and you can get huge
> benefits from the 80-bit cells.

It would seem that if we did 80-bit spills, then the -O flags would not
affect the results (assuming that the original code uses parentheses
to constrain the order of evaluation of FP expressions and that the
optimizer 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).


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