@@ -1725,17 +1725,17 @@ floating point semantic models: precise (the default), strict, and fast.
1725
1725
Details:
1726
1726
1727
1727
* ``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.
1731
1731
* ``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.
1737
1737
* ``fast `` Behaves identically to specifying both ``-ffast-math `` and
1738
- ``ffp-contract=fast ``
1738
+ ``ffp-contract=fast ``
1739
1739
1740
1740
Note: If your command line specifies multiple instances
1741
1741
of the ``-ffp-model `` option, or if your command line option specifies
0 commit comments