This is the mail archive of the gcc-patches@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]

Re: [RFC PATCH]: Reciprocal sqrt (rsqrt) conversion pass


On 6/13/07, Uros Bizjak <ubizjak@gmail.com> wrote:

I have checked some performance figures (gas_dyn.f90):

unpatched gcc: 21.317s
patched gcc: 4.352s (four seconds and some).

Oh, it is an early exit in action (didn't look at the end of results):


NEGATIVE ENERGY IN CELL 201 I=-3.07200E+04 FEL= 3.33901E-07 FER= 3.31971E-07

But anyway, the caclulation goes _much_ faster.

Uros.


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