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: gcc-3.1/changes.html


Further "intrinsic" spelling and grammar fixes.

Committed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.42
diff -u -3 -p -r1.42 changes.html
--- changes.html	17 May 2002 09:14:25 -0000	1.42
+++ changes.html	17 May 2002 10:30:48 -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>
-    intrinsics is available to explicitly insert prefetch instructions and
+    intrinsic 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>
@@ -251,8 +251,8 @@ progress.
       <li>The compiler now supports MMX, 3DNow!, SSE, and SSE2 instructions.
       Options <code>-mmmx</code>, <code>-m3dnow</code>, <code>-msse</code>,
       and <code>-msse2</code> will enable the respective instruction sets.
-      Intel C++ compatible MMX/3DNow!/SSE intrics are implemented.  SSE2
-      intrics will be added in next major release.</li>
+      Intel C++ compatible MMX/3DNow!/SSE intrinsics are implemented.  SSE2
+      intrinsics will be added in next major release.</li>

       <li>Following those improvements, targets for Pentium MMX, K6-2, K6-3,
       Pentium III, Pentium 4, and Athlon 4 Mobile/XP/MP were added.


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