[clang] 9d0cf88 - [clang][doc] Mark _Float16 is support natively when Zfh or Zhinx is available
Jianjian GUAN via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 13 20:27:23 PDT 2023
Author: Jianjian GUAN
Date: 2023-08-14T11:27:15+08:00
New Revision: 9d0cf88e70860b29615253fbbd4d2d62eb08886a
URL: https://github.com/llvm/llvm-project/commit/9d0cf88e70860b29615253fbbd4d2d62eb08886a
DIFF: https://github.com/llvm/llvm-project/commit/9d0cf88e70860b29615253fbbd4d2d62eb08886a.diff
LOG: [clang][doc] Mark _Float16 is support natively when Zfh or Zhinx is available
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D157693
Added:
Modified:
clang/docs/LanguageExtensions.rst
Removed:
################################################################################
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index c771e3457af2b2..386ffa7b48eb93 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -814,6 +814,7 @@ to ``float``; see below for more information on this emulation.
* AMDGPU (natively)
* SPIR (natively)
* X86 (if SSE2 is available; natively if AVX512-FP16 is also available)
+ * RISC-V (natively if Zfh or Zhinx is available)
* ``__bf16`` is supported on the following targets (currently never natively):
* 32-bit ARM
More information about the cfe-commits
mailing list