[PATCH] D138117: [clang][docs] Correct floating point option explanations
Zahira Ammarguellat via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 05:58:45 PST 2022
zahiraam added inline comments.
================
Comment at: clang/docs/UsersManual.rst:1435
* ``-fno-honor-nans``
-
+ * ``-fapprox-func``
* ``-fno-math-errno``
----------------
Leave a blank line before and after the bullet. Same below.
================
Comment at: clang/docs/UsersManual.rst:1612
* ``-freciprocal-math``
* ``-fno-signed-zeroes``
+ * ``-fno-trapping-math``
----------------
-fno-signed-zeros. Same below.
================
Comment at: clang/docs/UsersManual.rst:1628
+ ``-funsafe-math-optimizations``, and ``-fno-unsafe-math-optimizations``
+ behave in combination. Explanation in :option:`-fno-fast-math` also applies
+ to these options.
----------------
behave when combined.
================
Comment at: clang/docs/UsersManual.rst:1638
+ ``__FINITE_MATH_ONLY__`` preprocessor macro.
+ ``-ffinite-math-only`` also implies:
----------------
``-ffinite-math-only`` implies:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138117/new/
https://reviews.llvm.org/D138117
More information about the cfe-commits
mailing list