diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-02 13:32:06 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-03 11:01:25 -0500 |
commit | cad1d6066fa52caa89d15b21b047178d9a8c25f3 (patch) | |
tree | 0bf1b86355a222248904a1a2842e40a2017a5325 /ChangeLog | |
parent | b381a388dc1e02223e1ac55948380f1e4427be4c (diff) | |
download | glibc-cad1d6066fa52caa89d15b21b047178d9a8c25f3.zip glibc-cad1d6066fa52caa89d15b21b047178d9a8c25f3.tar.gz glibc-cad1d6066fa52caa89d15b21b047178d9a8c25f3.tar.bz2 |
Remove tacit double usage in ldbl-128
There is quiet truncation to double arithmetic in several
files. I noticed them when building ldbl-128 in a
soft-fp context. This did not change any test results.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2016-08-03 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + + * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernal_tanl): + Use fabsl instead of fabs. + * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): + Likewise. + * sysdeps/ieee754/ldbl-128/s_atanl.c (__kernel_tanl): + Add long double suffix to constant to ensure proper + promotion to long double. + 2016-08-03 Tom Tromey <tom@tromey.com> [BZ #20311] |