Skip to content

Commit

Permalink
Fix the Clang sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Sep 8, 2023
1 parent f2b2414 commit df45557
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions clang/docs/UsersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1725,17 +1725,17 @@ floating point semantic models: precise (the default), strict, and fast.
Details:

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

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

0 comments on commit df45557

Please sign in to comment.