aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2016-09-23 09:58:33 +0200
committerMartin Liska <marxin@gcc.gnu.org>2016-09-23 07:58:33 +0000
commit69ec2113432a5aa295a3a345df48b03407798292 (patch)
tree148e9b77ebe608053fc87806827cae2636271012
parent1822b732a37e5bae7ea25619f1b8a80a23c491ca (diff)
downloadgcc-69ec2113432a5aa295a3a345df48b03407798292.zip
gcc-69ec2113432a5aa295a3a345df48b03407798292.tar.gz
gcc-69ec2113432a5aa295a3a345df48b03407798292.tar.bz2
Remove fused-madd from documentation
* doc/extend.texi: Remove fused-madd from i386 target options. From-SVN: r240395
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi5
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ecd31e..5212944 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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):
Handle movbe.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 299986d8..96fed15 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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