You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/LanguageExtensions.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -805,7 +805,7 @@ includes all 64-bit and all recent 32-bit processors.
805
805
``__fp16`` is a storage and interchange format only. This means that values of
806
806
``__fp16`` are immediately promoted to (at least) ``float`` when used in arithmetic
807
807
operations, so that e.g. the result of adding two ``__fp16`` values has type ``float``.
808
-
The behavior of ``__fp16`` is specified by the ARM C Language Extensions (`ACLE <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053d/IHI0053D_acle_2_1.pdf>`_).
808
+
The behavior of ``__fp16`` is specified by the Arm C Language Extensions (`ACLE <https://github.com/ARM-software/acle/releases>`_).
809
809
Clang uses the ``binary16`` format from IEEE 754-2008 for ``__fp16``, not the ARM
810
810
alternative format.
811
811
@@ -3758,8 +3758,8 @@ ARM/AArch64 Language Extensions
3758
3758
Memory Barrier Intrinsics
3759
3759
^^^^^^^^^^^^^^^^^^^^^^^^^
3760
3760
Clang implements the ``__dmb``, ``__dsb`` and ``__isb`` intrinsics as defined
0 commit comments