[PATCH] D157693: [clang][doc] Mark _Float16 is support natively when Zfh or Zfhmin is available

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 02:41:37 PDT 2023


jacquesguan updated this revision to Diff 549311.
jacquesguan added a comment.

remove zfmin


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157693/new/

https://reviews.llvm.org/D157693

Files:
  clang/docs/LanguageExtensions.rst


Index: clang/docs/LanguageExtensions.rst
===================================================================
--- clang/docs/LanguageExtensions.rst
+++ clang/docs/LanguageExtensions.rst
@@ -812,6 +812,7 @@
   * AMDGPU (natively)
   * SPIR (natively)
   * X86 (if SSE2 is available; natively if AVX512-FP16 is also available)
+  * RISC-V (natively if Zfh is available)
 
 * ``__bf16`` is supported on the following targets (currently never natively):
   * 32-bit ARM


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157693.549311.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230811/525faa2d/attachment-0001.bin>


More information about the cfe-commits mailing list