diff options
author | Alan Modra <amodra@gmail.com> | 2014-04-02 13:46:19 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-04-02 13:46:19 +1030 |
commit | b0abbc21034f0e5edc49023d8fda0616173faf17 (patch) | |
tree | 0fed607adb9e4140a33d412fe9d6ec187fd403ac /NEWS | |
parent | af6b17973cbc07ac06cfb40eeab5cc2391fb489a (diff) | |
download | glibc-b0abbc21034f0e5edc49023d8fda0616173faf17.tar glibc-b0abbc21034f0e5edc49023d8fda0616173faf17.tar.gz glibc-b0abbc21034f0e5edc49023d8fda0616173faf17.tar.bz2 glibc-b0abbc21034f0e5edc49023d8fda0616173faf17.zip |
Correct IBM long double nextafterl.
Fix for values near a power of two, and some tidies.
[BZ #16739]
* sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
output when value is near a power of two. Use int64_t for lx and
remove casts. Use decimal rather than hex exponent constants.
Don't use long double multiplication when double will suffice.
* math/libm-test.inc (nextafter_test_data): Add tests.
* NEWS: Add 16739 and 16786 to bug list.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Version 2.20 16357, 16362, 16447, 16532, 16545, 16574, 16599, 16600, 16609, 16610, 16611, 16613, 16623, 16632, 16634, 16639, 16642, 16648, 16649, 16670, 16674, 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707, 16712, - 16713, 16714, 16731, 16743, 16758, 16759, 16760, 16770. + 16713, 16714, 16731, 16739, 16743, 16758, 16759, 16760, 16770, 16786. * Running the testsuite no longer terminates as soon as a test fails. Instead, a file tests.sum (xtests.sum from "make xcheck") is generated, |