This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH for Re: http://gcc.gnu.org/gcc-3.1/changes.html


[ 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 @@

 <li>Support for data prefetching instructions has been added to the GCC
     back end and several targets.  A new <code>__builtin_prefetch</code>
-    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
     <code>-fprefetch-loop-array</code> documentation).
 </li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]