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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to