mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEEE 754R-2008 compliant and that the relevant method renaming occurred.
For more information see r184449, r184350, r184356, r184366. llvm-svn: 184452
This commit is contained in:
parent
ffbd9ee39f
commit
fac1685172
@ -46,6 +46,10 @@ Non-comprehensive list of changes in this release
|
|||||||
|
|
||||||
* The R600 backend is not marked experimental anymore and is built by default.
|
* The R600 backend is not marked experimental anymore and is built by default.
|
||||||
|
|
||||||
|
* APFloat::isNormal() was renamed to APFloat::isFiniteNonZero() and
|
||||||
|
APFloat::isIEEENormal() was renamed to APFloat::isNormal(). This ensures that
|
||||||
|
APFloat::isNormal() conforms to IEEE-754R-2008.
|
||||||
|
|
||||||
* ... next change ...
|
* ... next change ...
|
||||||
|
|
||||||
.. NOTE
|
.. NOTE
|
||||||
|
Loading…
Reference in New Issue
Block a user