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

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 13 20:21:18 PDT 2023


jacquesguan marked an inline comment as done.
jacquesguan added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:815
   * X86 (if SSE2 is available; natively if AVX512-FP16 is also available)
+  * RISC-V (natively if Zfh is available)
 
----------------
craig.topper wrote:
> Zhinx also
Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157693



More information about the cfe-commits mailing list