Remove fused-madd from documentation
authorMartin Liska <mliska@suse.cz>
Fri, 23 Sep 2016 07:58:33 +0000 (09:58 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 23 Sep 2016 07:58:33 +0000 (07:58 +0000)
* doc/extend.texi: Remove fused-madd from i386 target
options.

From-SVN: r240395

gcc/ChangeLog
gcc/doc/extend.texi

index 2ecd31e22796d14a478668911fe6c0739e8fa23d..52129441a0e8fed524bad97f18780c39ca0a5e38 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-23  Martin Liska  <mliska@suse.cz>
+
+       * doc/extend.texi: Remove fused-madd from i386 target
+       options.
+
 2016-09-23  Martin Liska  <mliska@suse.cz>
 
        * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
index 299986d86e80298fdb22f93b63d3daf6f8ba4ea2..96fed1502dc6c595a06a3d159984167939aa7b57 100644 (file)
@@ -5481,11 +5481,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