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]

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 &mdash; 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


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