gcc/ChangeLog: 2016-07-18 Martin Liska <mli...@suse.cz>
* doc/extend.texi: Remove fused-madd from i386 target options. --- gcc/doc/extend.texi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5b9e617..30957ce 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5443,11 +5443,6 @@ Enable/disable the generation of the CLD before string moves. Enable/disable the generation of the @code{sin}, @code{cos}, and @code{sqrt} instructions on the 387 floating-point unit. -@item fused-madd -@itemx no-fused-madd -@cindex @code{target("fused-madd")} function attribute, x86 -Enable/disable the generation of the fused multiply/add instructions. - @item ieee-fp @itemx no-ieee-fp @cindex @code{target("ieee-fp")} function attribute, x86 -- 2.8.4