cmath: Fix typo in comment.
2015-08-19 Paolo Carlini <paolo.carlini@oracle.com> * include/c_global/cmath: Fix typo in comment. From-SVN: r227007
This commit is contained in:
parent
157177af99
commit
dce573c43f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-08-19 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/c_global/cmath: Fix typo in comment.
|
||||
|
||||
2015-08-19 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/c_global/cmath: Revert fix for libstdc++/58625, no
|
||||
|
|
|
@ -650,7 +650,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|||
isnormal(_Tp __x)
|
||||
{ return __x != 0 ? true : false; }
|
||||
|
||||
// Note: c++/36757 is fixed, __builtin_signbit is type-generic.
|
||||
// Note: middle-end/36757 is fixed, __builtin_signbit is type-generic.
|
||||
constexpr bool
|
||||
signbit(float __x)
|
||||
{ return __builtin_signbit(__x); }
|
||||
|
|
Loading…
Add table
Reference in a new issue