[PATCH] D97759: [doc] Fix description of _Float16
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 3 22:19:01 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb46a1b129f68: [doc] Fix description of _Float16 (authored by Kito Cheng <kito.cheng at sifive.com>).
Herald added a subscriber: cfe-commits.
Changed prior to commit:
https://reviews.llvm.org/D97759?vs=327387&id=328023#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97759/new/
https://reviews.llvm.org/D97759
Files:
clang/docs/LanguageExtensions.rst
Index: clang/docs/LanguageExtensions.rst
===================================================================
--- clang/docs/LanguageExtensions.rst
+++ clang/docs/LanguageExtensions.rst
@@ -542,7 +542,7 @@
Clang uses the ``binary16`` format from IEEE 754-2008 for ``__fp16``, not the ARM
alternative format.
-``_Float16`` is an extended floating-point type. This means that, just like arithmetic on
+``_Float16`` is an interchange floating-point type. This means that, just like arithmetic on
``float`` or ``double``, arithmetic on ``_Float16`` operands is formally performed in the
``_Float16`` type, so that e.g. the result of adding two ``_Float16`` values has type
``_Float16``. The behavior of ``_Float16`` is specified by ISO/IEC TS 18661-3:2015
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97759.328023.patch
Type: text/x-patch
Size: 761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210304/950aabd4/attachment-0001.bin>
More information about the cfe-commits
mailing list