mirror of git://sourceware.org/git/glibc.git
soft-fp: fix typo in comment.
This commit is contained in:
parent
b86835ca92
commit
5b60c59de5
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
|
||||||
|
|
||||||
|
* soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
|
||||||
|
|
||||||
2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
|
2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
|
||||||
|
|
||||||
[BZ #156]
|
[BZ #156]
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
: !(_FP_FRAC_HIGH_##fs(X) & _FP_QNANBIT_SH_##fs))
|
: !(_FP_FRAC_HIGH_##fs(X) & _FP_QNANBIT_SH_##fs))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Finish truely unpacking a native fp value by classifying the kind
|
* Finish truly unpacking a native fp value by classifying the kind
|
||||||
* of fp value and normalizing both the exponent and the fraction.
|
* of fp value and normalizing both the exponent and the fraction.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue