[llvm] r184452 - [ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEEE 754R-2008 compliant and that the relevant method renaming occurred.
Michael Gottesman
mgottesman at apple.com
Thu Jun 20 11:47:51 PDT 2013
Author: mgottesman
Date: Thu Jun 20 13:47:51 2013
New Revision: 184452
URL: http://llvm.org/viewvc/llvm-project?rev=184452&view=rev
Log:
[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.
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=184452&r1=184451&r2=184452&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Jun 20 13:47:51 2013
@@ -46,6 +46,10 @@ Non-comprehensive list of changes in thi
* 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 ...
.. NOTE
More information about the llvm-commits
mailing list