We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7345 commit 5a66c8dCopy full SHA for 5a66c8d
clang/docs/LanguageExtensions.rst
@@ -829,6 +829,7 @@ to ``float``; see below for more information on this emulation.
829
see below.
830
831
* ``_Float16`` is supported on the following targets:
832
+
833
* 32-bit ARM (natively on some architecture versions)
834
* 64-bit ARM (AArch64) (natively on ARMv8.2a and above)
835
* AMDGPU (natively)
@@ -837,6 +838,7 @@ to ``float``; see below for more information on this emulation.
837
838
* RISC-V (natively if Zfh or Zhinx is available)
839
840
* ``__bf16`` is supported on the following targets (currently never natively):
841
842
* 32-bit ARM
843
* 64-bit ARM (AArch64)
844
* RISC-V
0 commit comments