* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.

From-SVN: r119441
This commit is contained in:
Kazu Hirata 2006-12-02 02:06:52 +00:00 committed by Kazu Hirata
parent 811895d518
commit 5681c208fa
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-12-02 Kazu Hirata <kazu@codesourcery.com>
* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.
2006-12-01 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
* config/spu/spu.c (spu_immediate): Remove trailing comma.

View File

@ -9803,7 +9803,7 @@ The extended version of @code{__builtin_expect} is not supported.
@end itemize
@emph{Note:} Only the interface descibed in the aforementioned
@emph{Note:} Only the interface described in the aforementioned
specification is supported. Internally, GCC uses built-in functions to
implement the required functionality, but these are not supported and
are subject to change without notice.

View File

@ -9733,12 +9733,12 @@ and memset for short lengths.
@item -minline-stringops-dynamically
@opindex minline-stringops-dynamically
For string operation of unknown size, inline runtime checks so for small
blocks inline code is used, while for large blocks librarly call is used.
blocks inline code is used, while for large blocks library call is used.
@item -mstringop-strategy=@var{alg}
@opindex mstringop-strategy=@var{alg}
Overwrite internal decision heuristic about particular algorithm to inline
string opteration with. The allowed values are @code{rep_byte},
string operation with. The allowed values are @code{rep_byte},
@code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix
of specified size, @code{loop}, @code{unrolled_loop} for expanding inline loop,
@code{libcall} for always expanding library call.

View File

@ -3621,7 +3621,7 @@ and place the resulting N/2 values of size 2*S in the output vector (operand 0).
Signed/Unsigned widening multiplication.
The two inputs (operands 1 and 2) are vectors with N
signed/unsigned elements of size S. Multiply the high/low elements of the two
vectors, and put the N/2 products of size 2*S in the output vector (opernad 0).
vectors, and put the N/2 products of size 2*S in the output vector (operand 0).
@cindex @code{mulhisi3} instruction pattern
@item @samp{mulhisi3}