From: Martin Liska Date: Fri, 23 Sep 2016 07:58:33 +0000 (+0200) Subject: Remove fused-madd from documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69ec2113432a5aa295a3a345df48b03407798292;p=gcc.git Remove fused-madd from documentation * doc/extend.texi: Remove fused-madd from i386 target options. From-SVN: r240395 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ecd31e2279..52129441a0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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): diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 299986d86e8..96fed1502dc 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