]> git.ipfire.org Git - thirdparty/glibc.git/commit
Check for finite/infinity parms in IBM Long Double 128 fmal( )
authorDave Flaherty <flaherty@linux.vnet.ibm.com>
Fri, 19 Aug 2011 15:29:30 +0000 (10:29 -0500)
committerryanarn <ryanarn@igoo.rchland.ibm.com>
Fri, 19 Aug 2011 15:29:30 +0000 (10:29 -0500)
commit9cb11a4f1e562490f02ef634946ec015bf6e75e4
tree00e3f16fbe3b48bedb5f0bb41d0c2bae4cad88c0
parenta7e0baec8c61a6bdf3b8fcb4ccb725477254f1d3
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.
ChangeLog
sysdeps/ieee754/ldbl-128ibm/s_fmal.c [new file with mode: 0644]