1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Update libm-test.inc comment about NaN signs.

libm-test.inc has a comment about signs of NaNs not being tested.
This is out of date since:

commit ce66581742
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.
This commit is contained in:
Joseph Myers
2016-05-18 21:57:25 +00:00
parent 16cd2b35c2
commit b3d7eaf10a
2 changed files with 6 additions and 2 deletions

View File

@ -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> 2016-05-18 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S

View File

@ -80,8 +80,7 @@
specified in ISO C99. specified in ISO C99.
NaN values: There exist signalling and quiet NaNs. This implementation NaN values: There exist signalling and quiet NaNs. This implementation
only uses quiet NaN as parameter. Where the sign of a NaN is only uses quiet NaN as parameter. The payload of NaNs is not examined.
significant, this is not tested. The payload of NaNs is not examined.
Inline functions: Inlining functions should give an improvement in Inline functions: Inlining functions should give an improvement in
speed - but not in precission. The inlined functions return speed - but not in precission. The inlined functions return