From 467ba4c92f5bfafd88e154c1657d6ac11dfb34df Mon Sep 17 00:00:00 2001 From: Melanie Blower Date: Fri, 26 Jun 2020 13:17:45 -0700 Subject: [PATCH] More corrections to documented spelling of ffinite-math to ffinite-math-only --- clang/docs/UsersManual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.11.0