This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
obvious changes.html clarification
- From: Jan Hubicka <jh at suse dot cz>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 4 May 2002 17:27:07 +0200
- Subject: obvious changes.html clarification
Hi,
we forgot to mention prefetching on K6-2/K6-3 chips (3dNOW opcode)
Comitted as obvious.
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.33
diff -c -3 -p -r1.33 changes.html
*** changes.html 4 May 2002 15:16:21 -0000 1.33
--- changes.html 4 May 2002 15:26:02 -0000
*************** progress.
*** 234,240 ****
code — especially on the Pentium 4. Note that only scalar floating
point instructions are used and GCC does not exploit SIMD features yet.</li>
! <li>Prefetch support has been added to the Pentium III, Pentium 4, and
Athlon series.</li>
<li>Code generated for floating point to integer converisons has been
--- 234,240 ----
code — especially on the Pentium 4. Note that only scalar floating
point instructions are used and GCC does not exploit SIMD features yet.</li>
! <li>Prefetch support has been added to the Pentium III, Pentium 4, K6-2, K6-3, and
Athlon series.</li>
<li>Code generated for floating point to integer converisons has been