diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-06-20 18:47:51 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-06-20 18:47:51 +0000 |
| commit | dd6716cd51b8c6120136b4a9c777fbbe565a28c5 (patch) | |
| tree | af99b7b1e5feb25ad52209b4d2e679b2521a2177 /llvm/docs/ReleaseNotes.rst | |
| parent | a4e8105bfdb94bbc12fb147bd6dd9543dff3780a (diff) | |
| download | bcm5719-llvm-dd6716cd51b8c6120136b4a9c777fbbe565a28c5.tar.gz bcm5719-llvm-dd6716cd51b8c6120136b4a9c777fbbe565a28c5.zip | |
[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
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index ba235438ead..a12aaa29fc4 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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. +* 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 |

