[all-commits] [llvm/llvm-project] b46a1b: [doc] Fix description of _Float16
Kito Cheng via All-commits
all-commits at lists.llvm.org
Wed Mar 3 22:18:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b46a1b129f684a230dd680341d198d8b11731812
https://github.com/llvm/llvm-project/commit/b46a1b129f684a230dd680341d198d8b11731812
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M clang/docs/LanguageExtensions.rst
Log Message:
-----------
[doc] Fix description of _Float16
According to ISO/IEC TS 18661-3:2015 _FloatN is interchange floating
point type, extended floating-point type is _FloatNx.
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2342.pdf
Reviewed By: SjoerdMeijer
Differential revision: https://reviews.llvm.org/D97759
More information about the All-commits
mailing list