From patchwork Thu Jul 14 17:26:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 649536 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rtP3J36G8z9s9Z for ; Mon, 18 Jul 2016 23:22:04 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Ck7fRG8/; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :resent-from:resent-to:resent-date:resent-message-id:message-id :in-reply-to:references:from:date:subject:to:cc; q=dns; s= default; b=ueOl78ppBaGojWN2nDEFu+B0cURnDqto83JMgItV+Mdsj4HVeADsh OrDKDpDFcQQX4pB86v42cKbYVw0Oxw9Ww+boPDLuPC/1ZvSy24ZFsPDIDQwknCff i6tujJUmnezvSkAPOenJApW/Rr7Vo3PonAkX6eDDCVtri3KcMzSwkY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :resent-from:resent-to:resent-date:resent-message-id:message-id :in-reply-to:references:from:date:subject:to:cc; s=default; bh=x VHS4uwsxAHz+SXWFgw0Im4iHrM=; b=Ck7fRG8/Wv8TxnFusglN5FYVBW6VrgnSB hL81qQUS5MA13pUeI1bYjDKI5nZE3lE8P8DM/IoexGeifZQ547mcQyUxNytOev7v vEhj3wQbQOZtvC/KS/OFAu2Bqd9Fv6HaD2o0dDMQlB7+wSWtLj1iE89voHevdvnb /45veCtjCE= Received: (qmail 49255 invoked by alias); 18 Jul 2016 13:21:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 49047 invoked by uid 89); 18 Jul 2016 13:21:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, SPF_PASS autolearn=ham version=3.3.2 spammy=moves, cld, Hx-languages-length:855 X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Mon, 18 Jul 2016 13:21:22 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 80030AD93 for ; Mon, 18 Jul 2016 13:21:19 +0000 (UTC) Resent-From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Resent-To: GCC Patches Resent-Date: Mon, 18 Jul 2016 15:21:19 +0200 Resent-Message-ID: Resent-User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 Message-Id: <3fd24f2a179430ba772cb4adb38cba432b968179.1468847683.git.mliska@suse.cz> In-Reply-To: References: From: marxin Date: Thu, 14 Jul 2016 19:26:39 +0200 Subject: [PATCH 4/4] Remove fused-madd from documentation To: gcc-patches@gcc.gnu.org Cc: jh@suse.cz X-IsSubscribed: yes gcc/ChangeLog: 2016-07-18 Martin Liska * doc/extend.texi: Remove fused-madd from i386 target options. --- gcc/doc/extend.texi | 5 ----- 1 file changed, 5 deletions(-) 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