From: Melanie Blower Date: Fri, 26 Jun 2020 20:17:45 +0000 (-0700) Subject: More corrections to documented spelling of ffinite-math to ffinite-math-only X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=467ba4c92f5bfafd88e154c1657d6ac11dfb34df;p=android-x86%2Fexternal-llvm-project.git More corrections to documented spelling of ffinite-math to ffinite-math-only --- diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 855cf1e8d8b..4b4e28a8b65 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -1353,7 +1353,7 @@ are listed below. .. _opt_ffinite-math-only: -**-f[no-]finite-math** +**-f[no-]finite-math-only** Allow floating-point optimizations that assume arguments and results are not NaNs or +-Inf. This defines the ``__FINITE_MATH_ONLY__`` preprocessor macro. @@ -1362,7 +1362,7 @@ are listed below. * ``-fno-honor-infinities`` * ``-fno-honor-nans`` - Defaults to ``-fno-finite-math``. + Defaults to ``-fno-finite-math-only``. .. _opt_frounding-math: