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
@@ -3979,9 +3979,9 @@ standard:
3979
3979
- ``4`` - to nearest, ties away from zero
3980
3980
The effect of passing some other value to ``__builtin_flt_rounds`` is
3981
3981
implementation-defined. ``__builtin_set_flt_rounds`` is currently only supported
3982
-
to work on x86, x86_64, Arm and AArch64 targets. These builtins read and modify
3983
-
the floating-point environment, which is not always allowed and may have unexpected
3984
-
behavior. Please see the section on `Accessing the floating point environment <https://clang.llvm.org/docs/UsersManual.html#accessing-the-floating-point-environment>`_ for more information.
3982
+
to work on x86, x86_64, powerpc, powerpc64, Arm and AArch64 targets. These builtins
3983
+
read and modify the floating-point environment, which is not always allowed and may
3984
+
have unexpected behavior. Please see the section on `Accessing the floating point environment <https://clang.llvm.org/docs/UsersManual.html#accessing-the-floating-point-environment>`_ for more information.
0 commit comments