diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:17:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:17:33 -0400 |
commit | 3d4837df4ab1a826871e31822694e137779fd7d0 (patch) | |
tree | 8ee88e3d7bc6aceb1385c58ccf72cc1072200d94 /ChangeLog | |
parent | bd8f72ec2a058e576d8e597914dd5c57ff923e72 (diff) | |
download | glibc-3d4837df4ab1a826871e31822694e137779fd7d0.tar glibc-3d4837df4ab1a826871e31822694e137779fd7d0.tar.gz glibc-3d4837df4ab1a826871e31822694e137779fd7d0.tar.bz2 glibc-3d4837df4ab1a826871e31822694e137779fd7d0.zip |
Check for finite/infinity parms in IBM Long Double 128 fmal( )
This patch addresses some IBM Long Double 128 fmal () test-ldouble.out
and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are
finite values and ‘z’ is infinity, the result of fmal () should be ‘z’
not NaN.
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call __mcount_internal with usual JUMPTARGET. Remove useless nop. +2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com> + + * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks + for finite and infinity parameters. + 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com> * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment |