diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-05-13 12:08:42 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-05-13 12:08:42 -0500 |
commit | f98ece5fe2ea2d4a2c150c3cfceb8a73ace062d0 (patch) | |
tree | 2663e5687b9286311d7969dc017fe3be7d2b4e4d /ChangeLog | |
parent | 43fe811b73d8f585a4ae837d4a9d4c0f5d46b779 (diff) | |
download | glibc-f98ece5fe2ea2d4a2c150c3cfceb8a73ace062d0.tar.gz glibc-f98ece5fe2ea2d4a2c150c3cfceb8a73ace062d0.tar.xz glibc-f98ece5fe2ea2d4a2c150c3cfceb8a73ace062d0.zip |
Define decimal constant M_1_DIV_El in libm-test.inc
This patch replaces the 1.0 / M_El by the decimal constant M_1_DIV_El.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ea678c8295..fdb7c94a79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * math/libm-test.inc (M_1_DIV_El): Define using decimal constant. + (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El. + 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com> * benchtests/Makefile (CPPFLAGS-nonlib): Add |