diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-06-08 23:11:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-06-08 23:11:42 +0000 |
commit | 8c010e2f7135902b6dc90f0577573dacbb54cde9 (patch) | |
tree | cbd59f1350f8c5a0c0900c1fec63f849a8d66077 /math/s_ctanhf.c | |
parent | 09096b36152dca599ca781b7299d0d662ca74ce7 (diff) | |
download | glibc-8c010e2f7135902b6dc90f0577573dacbb54cde9.tar.gz |
Fix i386/x86_64 log1pl (sNaN) (bug 20229).
The i386/x86_64 versions of log1pl return sNaN for sNaN input. This
patch fixes them to add a NaN input to itself so that qNaN is returned
in this case.
Tested for x86_64 and x86.
[BZ #20229]
* sysdeps/i386/fpu/s_log1pl.S (__log1pl): Add NaN input to itself.
* sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
* math/libm-test.inc (log1p_test_data): Add sNaN tests.
Diffstat (limited to 'math/s_ctanhf.c')
0 files changed, 0 insertions, 0 deletions