aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
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 /gcc/doc
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi5
1 files changed, 0 insertions, 5 deletions
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