Commit cee00e22 by Eric Fisher Committed by Gerald Pfeifer

* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.

From-SVN: r163028
parent 82b481ed
2010-08-09 Eric Fisher <joefoxreal@gmail.com>
* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
2010-08-08 Nathan Froyd <froydnj@codesourcery.com> 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
* c-tree.h (build_arg_info): Declare. * c-tree.h (build_arg_info): Declare.
......
...@@ -1324,11 +1324,6 @@ Target supports hardware vectors of @code{float}. ...@@ -1324,11 +1324,6 @@ Target supports hardware vectors of @code{float}.
@item vect_int @item vect_int
Target supports hardware vectors of @code{int}. Target supports hardware vectors of @code{int}.
@item vect_int_mult
Target supports a vector widening multiplication of @code{short} operands
into an @code{int} result, or supports promotion (unpacking) from
@code{short} to @code{int} and a non-widening multiplication of @code{int}.
@item vect_long @item vect_long
Target supports hardware vectors of @code{long}. Target supports hardware vectors of @code{long}.
......
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