http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
--- Comment #5 from Dominique d'Humieres ---
I think this is another duplicate of pr323.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
--- Comment #4 from Ryan Lortie ---
It seems like a good solution to this problem might be to enable -mfpmath=sse
by default on arches where SSE is known to be supported and
-fexcess-precision=standard otherwise. If people want their binaries to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
--- Comment #3 from Jakub Jelinek ---
(In reply to Ryan Lortie from comment #2)
> Why is this violation of standards treated in a special way?
Because it slows down things way too much. Much better is just to use -msse2
-mfpmath=sse if you reall
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
--- Comment #2 from Ryan Lortie ---
Why is this violation of standards treated in a special way?
Quoting from gcc's manpage:
-ffast-math
Sets -fno-math-errno, -funsafe-math-optimizations,
-ffinite-math-only, -fno-rou
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60413
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|