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: [PATCH] Make the _gfortran_pow* const


Andrew Pinski wrote:
Hi,
  This patch makes the _gfortran_pow* function constant functions as the
return value is only dependent on those values and they don't have any
special side effects.

This patch speeds up my father's code by about 10% where he has a couple
of rd**3.

OK? Bootstrapped and tested on i686-linux-gnu with no regressions.

OK, also reg tested on x86-64


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