public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/32279]  New: Fold 1.0/sqrt(x/y) to sqrt(y/x)
@ 2007-06-10 21:46 rguenth at gcc dot gnu dot org
  2007-06-11  6:36 ` [Bug middle-end/32279] " ubizjak at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-10 21:46 UTC (permalink / raw)
  To: gcc-bugs

This may even work for -funsafe-math-optimizations only (we round differently).
One has to enumerate all interesting cases (mainly x == 0) and see if NaN/Inf
are properly preserved in all cases.


-- 
           Summary: Fold 1.0/sqrt(x/y) to sqrt(y/x)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-11  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-10 21:46 [Bug middle-end/32279] New: Fold 1.0/sqrt(x/y) to sqrt(y/x) rguenth at gcc dot gnu dot org
2007-06-11  6:36 ` [Bug middle-end/32279] " ubizjak at gmail dot com
2007-06-11  9:09 ` uros at gcc dot gnu dot org
2007-06-11  9:11 ` ubizjak at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).