Fix some problems with previous checkin
authorBernd Schmidt <bernds@redhat.com>
Tue, 2 Oct 2001 23:15:55 +0000 (23:15 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 2 Oct 2001 23:15:55 +0000 (23:15 +0000)
From-SVN: r45982

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi

index cf0426e437ada87ba4be97939296c5f921e35946..6a4c4ac685fb7790a251a3bc43e171af73883ae9 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-02  Bernd Schmidt  <bernds@redhat.com>
+
+       * doc/extend.texi: Fix some problems with previous checkin.
+       * doc/invoke.texi: Likewise.
+
 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cpphash.h: Update comments.
index 7ade4885f47275765a38c9cd8a24a843c2186a75..1ae858e93d42995412d0bf7930cf277483e623e3 100644 (file)
@@ -4167,8 +4167,8 @@ typedef int v4si __attribute__ ((mode(V4SI)));
 The base type @code{int} is effectively ignored by the compiler, the
 actual properties of the new type @code{v4si} are defined by the
 @code{__attribute__}.  It defines the machine mode to be used; for vector
-types these have the form @code{VnB}; @code{n} should be the number of
-elements in the vector, and @code{B} should be the base mode of the
+types these have the form @code{V@var{n}@var{B}}; @var{n} should be the
+number of elements in the vector, and @var{B} should be the base mode of the
 individual elements.  The following can be used as base modes:
 
 @table @code
index 8499d72bac6b1de2a9c9965a90ab17f79aaa7931..66c0816d260e9e186bf707471f8a4d7a154acfd5 100644 (file)
@@ -7623,11 +7623,11 @@ may want to reduce the preferred alignment to
 These switches enable or disable the use of built-in functions that allow
 direct access to the MMX, SSE and 3Dnow extensions of the instruction set.
 
-The following machine modes are available for use with MMX builtins
+The following machine modes are available for use with MMX built-in functions
 (@pxref{Vector Extensions}): @code{V2SI} for a vector of two 32 bit integers,
 @code{V4HI} for a vector of four 16 bit integers, and @code{V8QI} for a
-vector of eight 8 bit integers.  Some of the builtins operate on MMX
-registers as a whole 64 bit entity, these use @code{DI} as their mode.
+vector of eight 8 bit integers.  Some of the built-in functions operate on
+MMX registers as a whole 64 bit entity, these use @code{DI} as their mode.
 
 If 3Dnow extensions are enabled, @code{V2SF} is used as a mode for a vector
 of two 32 bit floating point values.
@@ -7638,7 +7638,7 @@ integers, these use @code{V4SI}.  Finally, some instructions operate on an
 entire vector register, interpreting it as a 128 bit integer, these use mode
 @code{TI}.
 
-The following builtins are made available by @option{-mmmx}:
+The following built-in functions are made available by @option{-mmmx}:
 @table @code
 @item v8qi __builtin_ia32_paddb (v8qi, v8qi)
 Generates the @code{paddb} machine instruction.
@@ -7720,7 +7720,7 @@ Generates the @code{packuswb} machine instruction.
 
 @end table
 
-The following builtins are made available either with @option{-msse}, or
+The following built-in functions are made available either with @option{-msse}, or
 with a combination of @option{-m3dnow} and @option{-march=athlon}.
 @table @code
 
@@ -7764,7 +7764,7 @@ a value of 1, it generates @code{prefetcht0}; for a value of 2, it generates
 
 @end table
 
-The following builtins are available when @option{-msse} is used.
+The following built-in functions are available when @option{-msse} is used.
 
 @table @code
 @item int __buitlin_ia32_comieq (v4sf, v4sf)