Remove unnecessary factorial array
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 13 Feb 2013 11:49:06 +0000 (17:19 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 13 Feb 2013 11:49:07 +0000 (17:19 +0530)
commitc2af38aa768d1c24b24ba1bed473aaee6c2d675e
tree069515d87cf0e7528940d5c169c7c392d3066c72
parent4e92d59e26eb33c3ae523783e918a6e839e83ffd
Remove unnecessary factorial array

kf is n! at the end of the loop, so storing the values is unnecessary.
ChangeLog
sysdeps/ieee754/dbl-64/mpexp.c