]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/14003 (Fix typos/wording in invoke.texi)
authorWolfgang Bangerth <bangerth@dealii.org>
Wed, 4 Feb 2004 07:10:57 +0000 (00:10 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 4 Feb 2004 07:10:57 +0000 (23:10 -0800)
2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>

        PR other/14003
        * doc/invoke.texi (x86 options): Fix spelling/wording.

From-SVN: r77229

gcc/ChangeLog
gcc/doc/invoke.texi

index 4d5f79d171e4e3be67854fc3e01ab4df1299271f..4f5d77a31a0db996d777b97b270d466e0151a8ef 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
+
+       PR other/14003
+       * doc/invoke.texi (x86 options): Fix spelling/wording.
+
 2004-02-01  Geoffrey Keating  <geoffk@apple.com>
 
        PR bootstrap/13960
index 5f7cc191b25e3dd69947bf0f1efa3125c8e3b61c..615fd13e9c8963a564a0d4b803f09f2b6a49ed1c 100644 (file)
@@ -7879,7 +7879,7 @@ These synonyms are deprecated.
 
 @item -mfpmath=@var{unit}
 @opindex march
-generate floating point arithmetics for selected unit @var{unit}.  the choices
+Generate floating point arithmetics for selected unit @var{unit}.  The choices
 for @var{unit} are:
 
 @table @samp
@@ -7905,18 +7905,18 @@ 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.
 
-The resulting code should be considerably faster in majority of cases and avoid
+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
 code that expects temporaries to be 80bit.
 
-This is the default choice for x86-64 compiler.
+This is the default choice for the x86-64 compiler.
 
 @item sse,387
 Attempt to utilize both instruction sets at once.  This effectively double the
 amount of available registers and on chips with separate execution units for
 387 and SSE the execution resources too.  Use this option with care, as it is
-still experimental, because gcc register allocator does not model separate
-functional units well resulting in instable performance.
+still experimental, because the gcc register allocator does not model separate
+functional units well.
 @end table
 
 @item -masm=@var{dialect}
@@ -8006,7 +8006,7 @@ Notice that neither of these options enable any extra precision over the x87
 standard of 80 bits for a @code{long double}. 
 
 @strong{Warning:} if you override the default value for your target ABI, the
-structures and arrays containing @code{long double} will change their size as
+structures and arrays containing @code{long double} variables will change their size as
 well as function calling convention for function taking @code{long double}
 will be modified.  Hence they will not be binary compatible with arrays or
 structures in code compiled without that switch.