]> sourceware.org Git - glibc.git/commitdiff
Update libm-test.inc comment about NaN signs.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 May 2016 21:57:25 +0000 (21:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 18 May 2016 21:57:25 +0000 (21:57 +0000)
libm-test.inc has a comment about signs of NaNs not being tested.
This is out of date since:

commit ce66581742e7ae1d6ce59e5d2d4859b2ae41218c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Nov 16 12:48:35 2013 +0000

    Test signs of NaNs in libm-test.inc where appropriate.

This patch removes the inaccurate statement.

* math/libm-test.inc: Update comment not to refer to signs of NaNs
not being tested.

ChangeLog
math/libm-test.inc

index 6fd5c45e4a3b17715353937c5af103be305d1221..4766d149f95ac5e6776ce0d2e29071fc2e2c376d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * math/libm-test.inc: Update comment not to refer to signs of NaNs
+       not being tested.
+
 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
index f1ba7dda99690dd23d2a201d3a236e73bc86ef4a..b0451bd62b18414e5a6148505ca186da6a0e8970 100644 (file)
@@ -80,8 +80,7 @@
    specified in ISO C99.
 
    NaN values: There exist signalling and quiet NaNs.  This implementation
-   only uses quiet NaN as parameter.  Where the sign of a NaN is
-   significant, this is not tested.  The payload of NaNs is not examined.
+   only uses quiet NaN as parameter.  The payload of NaNs is not examined.
 
    Inline functions: Inlining functions should give an improvement in
    speed - but not in precission.  The inlined functions return
This page took 0.219343 seconds and 5 git commands to generate.