Signed-off-by: Vincent Lefevre <vinc...@vinc17.net> --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 09802303254..dd1ed404814 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -35604,9 +35604,9 @@ when this option is used to set the precision to less than extended precision. @item -mdaz-ftz The flush-to-zero (FTZ) and denormals-are-zero (DAZ) flags in the MXCSR register -are used to control floating-point calculations.SSE and AVX instructions +are used to control floating-point calculations. SSE and AVX instructions including scalar and vector instructions could benefit from enabling the FTZ -and DAZ flags when @option{-mdaz-ftz} is specified. Don't set FTZ/DAZ flags +and DAZ flags when @option{-mdaz-ftz} is specified. Don't set FTZ/DAZ flags when @option{-mno-daz-ftz} or @option{-shared} is specified, @option{-mdaz-ftz} will set FTZ/DAZ flags even with @option{-shared}. -- 2.50.0