From patchwork Wed Dec 20 10:32:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrill Tkachov X-Patchwork-Id: 851358 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-469646-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="HUogQnyi"; dkim-atps=neutral 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 3z1rgn1j5qz9s7g for ; Wed, 20 Dec 2017 21:32:37 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=ZoDtKX2C2D9eU8TSEdMhWcdsznIj8C5hMkMrM7BqPxVNpf Mqmu88YDpkEvQ6X9/MNYqJtLG+kahVfaOoF+mW0LmJbReHGizGIVyPuC+moYDQ/H A8zNkOh7goSetReTAtkTZPtP3AzvrWT+NNS+8leAeDGGeU8YK9r8pF0J/39hw= 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 :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=aSU1OvnW5AK8MGNR8qEZZn1c0Sw=; b=HUogQnyipuLxIddtIzrm JYyYnYQQsHIWV8VcUgw4FKoAMWleVAoAugObFDYoDb5s/nVCkScTKBdQ7PPh+Q1P Z3YFvgutbZw4vWaFJ6EkbBq7bShEpO0VBnot2WkIMlyd/wUgzIh9JhiAq0XrtSzo 1SPaSaJNwlkFTfLfyeEcvpc= Received: (qmail 85987 invoked by alias); 20 Dec 2017 10:32:27 -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 85536 invoked by uid 89); 20 Dec 2017 10:32:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1049 X-HELO: foss.arm.com Received: from usa-sjc-mx-foss1.foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Dec 2017 10:32:25 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03B661529 for ; Wed, 20 Dec 2017 02:32:24 -0800 (PST) Received: from [10.2.207.77] (e100706-lin.cambridge.arm.com [10.2.207.77]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A5E973F41F for ; Wed, 20 Dec 2017 02:32:23 -0800 (PST) Message-ID: <5A3A3C36.4050907@foss.arm.com> Date: Wed, 20 Dec 2017 10:32:22 +0000 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" Subject: [PATCH][arm][doc] Document accepted -march=armv8.3-a extension options Hi all, I noticed that we helpfully list the extensions that are accepted by the -march options on arm but we were missing the information for 'armv8.3-a'. This patchlet corrects that. Built the documentation and it looked ok. Committing to trunk. Thanks, Kyrill 2017-12-20 Kyrylo Tkachov * doc/invoke.texi (ARM Options): Document accepted extension options for -march=armv8.3-a. commit 68a56ead5df086cf11aea7651e76336b504a883d Author: Kyrylo Tkachov Date: Mon Dec 18 19:07:22 2017 +0000 [arm][doc] Document accepted Armv8.3-A extension options diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2049c27..9390882 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15852,6 +15852,7 @@ Disable the floating-point, Advanced SIMD and cryptographic instructions. @end table @item armv8.2-a +@itemx armv8.3-a @table @samp @item +fp16 The half-precision floating-point data processing instructions.