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]

[Bug target/51441] Incorrect FP rounding on addition of doubles


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51441

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-12-06 20:17:36 UTC ---
Please identify the target for which the compiler is configured.  If 
32-bit x86, then note that in accordance with FLT_EVAL_METHOD you have 
double rounding (two double values are converted to long double, added as 
long doubles and then the long double sum rounded to double).


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