From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5211 invoked by alias); 17 May 2002 09:14:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5171 invoked from network); 17 May 2002 09:14:41 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 17 May 2002 09:14:41 -0000 Received: from vexpert.dbai.tuwien.ac.at ([128.130.111.12]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 178dou-00020p-00 for ; Fri, 17 May 2002 05:14:40 -0400 Received: from pulcherrima (pulcherrima [128.130.111.23]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id g4H9EPK04674; Fri, 17 May 2002 11:14:25 +0200 (MET DST) Date: Fri, 17 May 2002 03:06:00 -0000 From: Gerald Pfeifer Reply-To: gcc-patches@gcc.gnu.org, Gerald Pfeifer To: Kurt Wall cc: keith.briggs@bt.com, , , Mark Mitchell Subject: PATCH for Re: http://gcc.gnu.org/gcc-3.1/changes.html In-Reply-To: <20020516073613.C8353@marta> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-05/txt/msg01446.txt.bz2 [ Reply-To: gcc-patches ] On Thu, 16 May 2002, Kurt Wall wrote: >>> A new __builtin_prefetch instrics is available >> What's an "instrics"? > Perchance a distant relation of "intrinsics"? I committed the patch below. Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v retrieving revision 1.41 diff -u -3 -p -r1.41 changes.html --- changes.html 16 May 2002 02:13:10 -0000 1.41 +++ changes.html 17 May 2002 09:12:52 -0000 @@ -62,7 +62,7 @@
  • Support for data prefetching instructions has been added to the GCC back end and several targets. A new __builtin_prefetch - instrics is available to explicitly insert prefetch instructions and + intrinsics is available to explicitly insert prefetch instructions and experimental support for loop array prefetching has been added (see -fprefetch-loop-array documentation).