diff mbox

[4/4] Remove fused-madd from documentation

Message ID 3fd24f2a179430ba772cb4adb38cba432b968179.1468847683.git.mliska@suse.cz
State New
Headers show

Commit Message

Martin Liška July 14, 2016, 5:26 p.m. UTC
gcc/ChangeLog:

2016-07-18  Martin Liska  <mliska@suse.cz>

	* doc/extend.texi: Remove fused-madd from i386 target
	options.
---
 gcc/doc/extend.texi | 5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

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