Skip to content

Commit df45557

Browse files
committed
Fix the Clang sphinx build
This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/92/builds/50402
1 parent f2b2414 commit df45557

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

clang/docs/UsersManual.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,17 +1725,17 @@ floating point semantic models: precise (the default), strict, and fast.
17251725
Details:
17261726

17271727
* ``precise`` Disables optimizations that are not value-safe on
1728-
floating-point data, although FP contraction (FMA) is enabled
1729-
(``-ffp-contract=on``). This is the default behavior. This value resets
1730-
``-fmath-errno`` to its target-dependent default.
1728+
floating-point data, although FP contraction (FMA) is enabled
1729+
(``-ffp-contract=on``). This is the default behavior. This value resets
1730+
``-fmath-errno`` to its target-dependent default.
17311731
* ``strict`` Enables ``-frounding-math`` and
1732-
``-ffp-exception-behavior=strict``, and disables contractions (FMA). All
1733-
of the ``-ffast-math`` enablements are disabled. Enables
1734-
``STDC FENV_ACCESS``: by default ``FENV_ACCESS`` is disabled. This option
1735-
setting behaves as though ``#pragma STDC FENV_ACCESS ON`` appeared at the
1736-
top of the source file.
1732+
``-ffp-exception-behavior=strict``, and disables contractions (FMA). All
1733+
of the ``-ffast-math`` enablements are disabled. Enables
1734+
``STDC FENV_ACCESS``: by default ``FENV_ACCESS`` is disabled. This option
1735+
setting behaves as though ``#pragma STDC FENV_ACCESS ON`` appeared at the
1736+
top of the source file.
17371737
* ``fast`` Behaves identically to specifying both ``-ffast-math`` and
1738-
``ffp-contract=fast``
1738+
``ffp-contract=fast``
17391739

17401740
Note: If your command line specifies multiple instances
17411741
of the ``-ffp-model`` option, or if your command line option specifies

0 commit comments

Comments
 (0)