public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17030] New: gfortran does not optimize ABS of complex that well
@ 2004-08-14 19:53 pinskia at gcc dot gnu dot org
  2004-08-14 19:53 ` [Bug fortran/17030] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-14 19:53 UTC (permalink / raw)
  To: gcc-bugs

gfortran just calls cabsf even with -ffast-math which changes cabsf into sqrt (r*r+i*i) which improves 
code generation a huge amount and should improve facerec a huge amount too.

-- 
           Summary: gfortran does not optimize ABS of complex that well
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-08-15 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-14 19:53 [Bug fortran/17030] New: gfortran does not optimize ABS of complex that well pinskia at gcc dot gnu dot org
2004-08-14 19:53 ` [Bug fortran/17030] " pinskia at gcc dot gnu dot org
2004-08-15 19:26 ` cvs-commit at gcc dot gnu dot org
2004-08-15 19:26 ` pinskia at gcc dot gnu dot org

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).