------- Additional Comments From rth at gcc dot gnu dot org  2005-03-31 21:53 
-------
The code generated by gcc 4.0 is significantly improved:

.L2:
        fldl    -8(%ebx,%ecx,8)
        incl    %ecx
        fld     %st(0)
        fmull   (%edx)
        fxch    %st(1)
        fmull   8(%edx)
        fxch    %st(1)
        addl    $16, %edx
        fstpl   (%eax)
        fstpl   8(%eax)
        addl    $16, %eax
        cmpl    $1001, %ecx
        jne     .L2

I have no plans to address this for the 3.4 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|3.4.4                       |4.0.0


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

Reply via email to