diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-14 12:27:52 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-14 12:54:47 -0500 |
commit | 98fb27a373f37554232e0060eef1a5bb00a07eb0 (patch) | |
tree | e01d7b58d4340fe3f8bfd1b3acb3abe9d926ab5a /NEWS | |
parent | 374f7f61214967bb4e2257695aeeeecc2a77f369 (diff) | |
download | glibc-98fb27a373f37554232e0060eef1a5bb00a07eb0.tar.gz glibc-98fb27a373f37554232e0060eef1a5bb00a07eb0.tar.xz glibc-98fb27a373f37554232e0060eef1a5bb00a07eb0.zip |
PowerPC: remove wrong nearbyintl implementation for PPC64
The nearbyintl assembly implementation (sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S) returns wrong results for some inputs where first double is a exact integer and the precision is determined by second long double. Checking on implementation comments and history, I am very confident the assembly implementation was based on a version before commit 5c68d401698a58cf7da150d9cce769fa6679ba5f that fixes BZ#2423 (Errors in long double (ldbl-128ibm) rounding functions in glibc-2.4). By just removing the implementation and make the build select sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c instead fixes the failing math. Fixes BZ#16706.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 16a17c8af5..c9bfcb8b61 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ Version 2.20 15347, 15804, 15894, 16447, 16532, 16545, 16574, 16600, 16609, 16610, 16611, 16613, 16623, 16632, 16639, 16642, 16670, 16674, 16677, 16683, - 16689, 16695, 16701. + 16689, 16695, 16701, 16706. * The am33 port, which had not worked for several years, has been removed from ports. |