mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user