Commit 90a21764 by Volker Reichelt Committed by Volker Reichelt

* doc/extend.texi: Fix typo.

From-SVN: r61883
parent c552c146
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 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>
* doc/cppopts.texi: Fix typo. * doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise. * doc/objc.texi: Likewise.
* doc/passes.texi: Likewise. * doc/passes.texi: Likewise.
......
...@@ -4530,7 +4530,7 @@ provided they are of the same size (in fact, you can also cast vectors ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment