From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29828 invoked by alias); 26 May 2011 13:51:45 -0000 Received: (qmail 29811 invoked by uid 22791); 26 May 2011 13:51:42 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 13:51:27 +0000 Received: by wwf26 with SMTP id 26so689198wwf.8 for ; Thu, 26 May 2011 06:51:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.62.207 with SMTP id y15mr851677wbh.86.1306417886318; Thu, 26 May 2011 06:51:26 -0700 (PDT) Received: by 10.227.37.152 with HTTP; Thu, 26 May 2011 06:51:26 -0700 (PDT) In-Reply-To: <4DDE55E0.2050908@redhat.com> References: <4DDCD96B.90402@redhat.com> <4DDD13E3.6070103@redhat.com> <4DDD1835.50007@redhat.com> <4DDD1BB8.4080307@redhat.com> <4DDD31C2.2010607@redhat.com> <4DDE55E0.2050908@redhat.com> Date: Thu, 26 May 2011 14:39:00 -0000 Message-ID: Subject: Re: PATCH: Add pause intrinsic From: Richard Guenther To: Andrew Haley Cc: "H.J. Lu" , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg02043.txt.bz2 On Thu, May 26, 2011 at 3:30 PM, Andrew Haley wrote: > On 05/26/2011 10:34 AM, Richard Guenther wrote: > >>> Index: doc/extend.texi >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>> --- doc/extend.texi =A0 =A0 (revision 174216) >>> +++ doc/extend.texi =A0 =A0 (working copy) >>> @@ -8699,7 +8699,8 @@ The following built-in function is alway >>> >>> =A0@table @code >>> =A0@item void __builtin_ia32_pause (void) >>> -Generates the @code{pause} machine instruction with full memory barrie= r. >>> +Generates the @code{pause} machine instruction with a compiler memory >>> +barrier. >>> =A0@end table >> >> This isn't true. =A0It is _not_ a compiler memory barrier. > > Please elucidate. =A0Please suggest alternative wording. +Generates the @code{pause} machine instruction. Richard. > Andrew. >