This is the mail archive of the gcc-bugs@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: optimization/10772: Result differences between debug and optmizelibs on linux; and with sol/nt on optimize mode


> But this did not answer the original question, why I?m not getting the same 
> results in the other platforms?

Because x86 has a fundamentally broken floating point model with different 
accuracy of floats in registers and in memory. x86 FP computations are 
fundamentally unreliable if you're used to thinking in what "decent" 
processors do.

W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                               www: http://www.ices.utexas.edu/~bangerth/



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