Use integral constants
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 26 Mar 2013 14:54:04 +0000 (20:24 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 26 Mar 2013 14:54:04 +0000 (20:24 +0530)
commit5739f705eed5cf58e7b439e5983542e06d7fc2da
tree8582d5275ea764cd9304eaac4d4258d7c16b54f5
parente375e83d17f930519f52342aa83c89e8a287fe1d
Use integral constants

The compiler is smart enough to convert those into double for powerpc,
but if we put them as doubles, it adds overhead by performing those
operations in floating point mode.
ChangeLog
sysdeps/ieee754/dbl-64/mpa.c