[PATCH] D151610: [Docs] Fix formatting issues in LanguageExtensions.rst
M. Zeeshan Siddiqui via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 26 23:14:13 PDT 2023
codemzs created this revision.
codemzs added a reviewer: pengfei.
Herald added a project: All.
codemzs requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Missing indentation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151610
Files:
clang/docs/LanguageExtensions.rst
Index: clang/docs/LanguageExtensions.rst
===================================================================
--- clang/docs/LanguageExtensions.rst
+++ clang/docs/LanguageExtensions.rst
@@ -784,8 +784,8 @@
to ``float``; see below for more information on this emulation.
* ``__fp16`` is supported on all targets. The special semantics of this
-type mean that no arithmetic is ever performed directly on ``__fp16`` values;
-see below.
+ type mean that no arithmetic is ever performed directly on ``__fp16`` values;
+ see below.
* ``_Float16`` is supported on the following targets:
* 32-bit ARM (natively on some architecture versions)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151610.526244.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230527/62dc2cb3/attachment.bin>
More information about the cfe-commits
mailing list