From patchwork Thu Apr 25 19:46:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 1091064 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-499682-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="t9taeYmy"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="lOiNTdc4"; 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 44qnl34Mz0z9s3q for ; Fri, 26 Apr 2019 05:47:07 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=RliNL4bK6TSBR8HiAQItyTo/3ZBzCzmwlNxOeobTrCSSbm 19hSMqoidkxuyYeJAHhlhWW86ztix5G51MV8/qq8CtENdy6gYufKnFMjj7F/wUOC LSkPzTxlDiODT3lTYNh6t5uCaVZRj1H/pemiTDOzYfsoO6OzMjissnmQnpSr8= 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 :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=2588+7radbGshxx0jMbTcomqXn4=; b=t9taeYmyeY2KWboxvL7D dn1MMk8VgmxdcGcIriQtuO21oREOUYFuS6PEG+k5kxTgUTpNvDvZIUZe5RCxF3ZK 2ZSCJ67o9jFth1/f5PiShIW1MApFMRb6edrE+YPZVyHYIOrrttJx3qz6PMUXwQqs QK4z451zsuJdCDhWkkmEgZ0= Received: (qmail 70803 invoked by alias); 25 Apr 2019 19:46:59 -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 70794 invoked by uid 89); 25 Apr 2019 19:46:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=eight, divided X-HELO: mail-it1-f180.google.com Received: from mail-it1-f180.google.com (HELO mail-it1-f180.google.com) (209.85.166.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Apr 2019 19:46:58 +0000 Received: by mail-it1-f180.google.com with SMTP id q19so2107739itk.3 for ; Thu, 25 Apr 2019 12:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=WXiyHqwbd0K2xGQ75iSAPzwbsrqCZNsv4f7Ei2hO6fs=; b=lOiNTdc4j1PEeP/ZqzMsc/k4g03q8+KNmFWS4hUSLaRRMtGlfhN6tqOnVe/j+nGmc3 F2fJiGeqe8+eNFdhWRvr84C6S26NlK1gW4f+HMn7mDglI+9XRihZrfwDeD5/ZQo5Yb0i KwpS6AkApzUdwPzfSwzoa1i24Z+vzaQPOcd3vOIgNx/+rdIlDKHPZPQAQg8+sH4r/F0N IUtIojHf4k4dq1AYFoQIhCpXb15w0NNC2X9gk3IRvXqXVKmOSBYuhSBmxWCcILPHRTEj SpeJFr4wS0XtFCqxKKw2CHhTcW5QvyWDtGSODjAV1tDVIgfRcIMHCDy5SUghq/rJosg+ ipDA== MIME-Version: 1.0 From: Uros Bizjak Date: Thu, 25 Apr 2019 21:46:44 +0200 Message-ID: Subject: [PATCH, doc]: Add missing comma after @xref. To: "gcc-patches@gcc.gnu.org" 2019-04-25 Uroš Bizjak * doc/extend.texi (vector_size): Add missing comma after @xref. Bootstrapped on x86_64-linux-gnu, committed to mainline SVN. Uros. Index: extend.texi =================================================================== --- extend.texi (revision 270583) +++ extend.texi (working copy) @@ -7094,7 +7094,7 @@ divided into @code{int} sized units. Assuming a 32-bit @code{int}, @code{foo}'s type is a vector of four units of four bytes each, and the corresponding mode of @code{foo} is @code{V4SI}. -@xref{Vector Extensions} for details of manipulating vector variables. +@xref{Vector Extensions}, for details of manipulating vector variables. This attribute is only applicable to integral and floating scalars, although arrays, pointers, and function return values are allowed in @@ -8178,7 +8178,7 @@ a vector of eight units, four bytes each. The mode of variables of type @code{int_vec32_t} is @code{V8SI}. @code{int_vec32_ptr_t} is then defined to be a pointer to such a vector type, and @code{int_vec32_arr3_t} to be -an array of three such vectors. @xref{Vector Extensions} for details of +an array of three such vectors. @xref{Vector Extensions}, for details of manipulating objects of vector types. This attribute is only applicable to integral and floating scalar types.