Optimized version of powf()
commitc340290de867e02d37215df139fac0a7d9640704
authorPaul Clarke <pc@us.ibm.com>
Fri, 23 Jun 2017 12:10:32 +0000 (23 09:10 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 23 Jun 2017 12:19:17 +0000 (23 09:19 -0300)
tree9fdaebf6118c2b776e6b3ed0718a223caaaeb2fc
parent76c4c838e7463aab5a9aec6c3e5ce70eb1887bc0
Optimized version of powf()

Most significant changes are code simplification and use of doubles for
intermediate values.  Also, some rearrangement to move early
non-dependent code later, out of the faster paths.

* sysdeps/ieee754/flt-32/e_powf.c: Optimized implementation utilizing
rearranged code and doubles float types.
ChangeLog
sysdeps/ieee754/flt-32/e_powf.c