diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2014-06-17 08:46:25 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-06-17 08:46:25 -0500 |
commit | 754c5a08aacb44895d1ab97c553ce424eb43f761 (patch) | |
tree | ff2fc9fc8dff779c201f554c0ee7411dd6362b33 /ChangeLog | |
parent | 556f529dabd3aa57ae1b40a1a5c8d5cc162d4104 (diff) | |
download | glibc-754c5a08aacb44895d1ab97c553ce424eb43f761.tar.gz glibc-754c5a08aacb44895d1ab97c553ce424eb43f761.tar.xz glibc-754c5a08aacb44895d1ab97c553ce424eb43f761.zip |
PowerPC: Fix nearbyintl failure for few inputs
This patch fixes few failures in nearbyintl() where the fraction part is close to 0.5.i The new tests added report few extra failures in nearbyint_downward and nearbyint_towardzero which is a known issue. Fixes #17031.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9ebf711103..2c554fae8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> + + [BZ #17031] + * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low + double, adjusted for any remainder from the high double. + * math/libm-test.inc (nearbyint): Add tests. + (rint): Likewise. + 2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * nptl/sysdeps/powerpc/Makefile: Moved ... |