]> git.ipfire.org Git - thirdparty/glibc.git/commit
Check for finite/infinity parms in IBM Long Double 128 fmal( )
authorUlrich Drepper <drepper@gmail.com>
Thu, 8 Sep 2011 02:17:33 +0000 (22:17 -0400)
committerUlrich Drepper <drepper@gmail.com>
Thu, 8 Sep 2011 02:17:33 +0000 (22:17 -0400)
commit3d4837df4ab1a826871e31822694e137779fd7d0
tree8ee88e3d7bc6aceb1385c58ccf72cc1072200d94
parentbd8f72ec2a058e576d8e597914dd5c57ff923e72
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
ChangeLog
sysdeps/ieee754/ldbl-128ibm/s_fmal.c [new file with mode: 0644]