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]

Re: Ping for PR 16584 [Documentation PATCH]


Richard Henderson wrote:

Could someone please review a documentation one-liner at:
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01895.html


Both the original text as well as the new one don't appear to be correct
English sentences. Shouldn't that be "For the xyz compiler..."?



Indeed it should.


Attached to this message is an updated version of documentation patch. Documentation was rebuilt and resulting files checked for correctnes. OK to install?

2004-01-05 Uros Bizjak <uros@kss-loka.si>

       * doc/invoke.texi (Intel 386 and AMD x86-64 Options):
       Replace i387 with 'i386 compiler' in -mfpmath=sse option.

Uros.

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.563
diff -u -p -r1.563 invoke.texi
--- invoke.texi	28 Dec 2004 04:24:30 -0000	1.563
+++ invoke.texi	5 Jan 2005 06:36:52 -0000
@@ -8444,9 +8444,9 @@ extended precision arithmetics is still 
 only in Pentium4 and the future AMD x86-64 chips supports double precision
 arithmetics too.
 
-For i387 you need to use @option{-march=@var{cpu-type}}, @option{-msse} or
-@option{-msse2} switches to enable SSE extensions and make this option
-effective.  For x86-64 compiler, these extensions are enabled by default.
+For the i386 compiler, you need to use @option{-march=@var{cpu-type}}, @option{-msse}
+or @option{-msse2} switches to enable SSE extensions and make this option
+effective.  For the x86-64 compiler, these extensions are enabled by default.
 
 The resulting code should be considerably faster in the majority of cases and avoid
 the numerical instability problems of 387 code, but may break some existing

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