From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29191 invoked by alias); 26 Jan 2013 22:55:12 -0000 Received: (qmail 29178 invoked by uid 22791); 26 Jan 2013 22:55:11 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W X-Spam-Check-By: sourceware.org Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Jan 2013 22:55:04 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 26 Jan 2013 14:54:48 -0800 X-ExtLoop1: 1 Received: from tassilo.jf.intel.com ([10.7.201.84]) by fmsmga002.fm.intel.com with ESMTP; 26 Jan 2013 14:54:47 -0800 Received: by tassilo.jf.intel.com (Postfix, from userid 501) id CF820241A71; Sat, 26 Jan 2013 14:54:47 -0800 (PST) From: Andi Kleen To: gcc-patches@gcc.gnu.org Subject: Re: [PING^2] Re: [PATCH 1/2] Document HLE / RTM intrinsics References: <1358004522-16358-1-git-send-email-andi@firstfloor.org> Date: Sat, 26 Jan 2013 22:55:00 -0000 In-Reply-To: (Andi Kleen's message of "Sun, 20 Jan 2013 10:50:30 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2013-01/txt/msg01272.txt.bz2 Andi Kleen writes: PING^2!! > Andi Kleen writes: > >> From: Andi Kleen >> >> The TSX HLE/RTM intrinsics were missing documentation. Add this to the >> manual. >> >> Ok for release / trunk? > > Could someone please review/approve this (documentation only) patch? > Thanks. > > -Andi > >> 2013-01-11 Andi Kleen >> >> * doc/extend.texi: Document __ATOMIC_HLE_ACQUIRE, >> __ATOMIC_HLE_RELEASE. Document __builtin_ia32 TSX intrincs. >> Document _x* TSX intrinsics. -- ak@linux.intel.com -- Speaking for myself only