* doc/extend.texi: Fix typo.
From-SVN: r61883
This commit is contained in:
parent
c552c1468c
commit
90a2176452
@ -4,6 +4,10 @@
|
|||||||
* function.c (purge_addressof_1): After pushing an addressed register
|
* function.c (purge_addressof_1): After pushing an addressed register
|
||||||
onto the stack, simplify the result.
|
onto the stack, simplify the result.
|
||||||
|
|
||||||
|
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||||
|
|
||||||
|
* doc/extend.texi: Fix typo.
|
||||||
|
|
||||||
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||||
|
|
||||||
* doc/cppopts.texi: Fix typo.
|
* doc/cppopts.texi: Fix typo.
|
||||||
|
@ -4530,7 +4530,7 @@ provided they are of the same size (in fact, you can also cast vectors
|
|||||||
to and from other datatypes of the same size).
|
to and from other datatypes of the same size).
|
||||||
|
|
||||||
You cannot operate between vectors of different lengths or different
|
You cannot operate between vectors of different lengths or different
|
||||||
signness without a cast.
|
signedness without a cast.
|
||||||
|
|
||||||
A port that supports hardware vector operations, usually provides a set
|
A port that supports hardware vector operations, usually provides a set
|
||||||
of built-in functions that can be used to operate on vectors. For
|
of built-in functions that can be used to operate on vectors. For
|
||||||
|
Loading…
Reference in New Issue
Block a user