From 91f477274afc6d6290581ea25d435adcc1d33990 Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 23 Sep 2016 07:58:33 +0000 Subject: [PATCH] Remove fused-madd from documentation * doc/extend.texi: Remove fused-madd from i386 target options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240395 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ecd31e22796..52129441a0e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2016-09-23 Martin Liska + * doc/extend.texi: Remove fused-madd from i386 target + options. + +2016-09-23 Martin Liska + * 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 299986d86e80..96fed1502dc6 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 -- 2.11.4.GIT