Commit 4e6e4e4c by Janis Johnson Committed by Janis Johnson

extend.texi (AltiVec builtins): Document additional differences from the Motorola AltiVec PIM.

2004-08-16  Janis Johnson  <janis187@us.ibm.com>

	* doc/extend.texi (AltiVec builtins): Document additional differences
	from the Motorola AltiVec PIM.

From-SVN: r86066
parent 092313ae
2004-08-16 Janis Johnson <janis187@us.ibm.com>
* doc/extend.texi (AltiVec builtins): Document additional differences
from the Motorola AltiVec PIM.
2004-08-16 Nathan Sidwell <nathan@codesourcery.com> 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
* c-typeck.c (build_c_cast): Only copy overflow from expr nodes. * c-typeck.c (build_c_cast): Only copy overflow from expr nodes.
......
...@@ -5769,7 +5769,18 @@ same type as the variable it is initializing. ...@@ -5769,7 +5769,18 @@ same type as the variable it is initializing.
@item @item
If @code{signed} or @code{unsigned} is omitted, the vector type defaults If @code{signed} or @code{unsigned} is omitted, the vector type defaults
to @code{signed}. to @code{signed} for @code{vector int} or @code{vector short} and to
@code{unsigned} for @code{vector char}.
@item
Compiling with @option{-maltivec} adds keywords @code{__vector},
@code{__pixel}, and @code{__bool}. Macros @option{vector},
@code{pixel}, and @code{bool} are defined in @code{<altivec.h>} and can
be undefined.
@item
GCC allows using a @code{typedef} name as the type specifier for a
vector type.
@item @item
For C, overloaded functions are implemented with macros so the following For C, overloaded functions are implemented with macros so the following
......
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