From 3d4837df4ab1a826871e31822694e137779fd7d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 7 Sep 2011 22:17:33 -0400 Subject: Check for finite/infinity parms in IBM Long Double 128 fmal( ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57d3be9..ad81f74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + + * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks + for finite and infinity parameters. + 2011-08-04 Will Schmidt * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment -- cgit v1.1