diff options
author | Eric Fisher <joefoxreal@gmail.com> | 2010-08-09 11:08:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2010-08-09 11:08:59 +0000 |
commit | cee00e2290211b4e10b598347de677f877274b49 (patch) | |
tree | e5c331d2f89725ec0b9eaef7ce3632d12eb894f0 /gcc | |
parent | 82b481ed674dfea08b0c1a618728fe2f6cb580ae (diff) | |
download | gcc-cee00e2290211b4e10b598347de677f877274b49.zip gcc-cee00e2290211b4e10b598347de677f877274b49.tar.gz gcc-cee00e2290211b4e10b598347de677f877274b49.tar.bz2 |
* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
From-SVN: r163028
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93cc8ed..00d54bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * c-tree.h (build_arg_info): Declare. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e78158f..e7ff292 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1324,11 +1324,6 @@ Target supports hardware vectors of @code{float}. @item vect_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 Target supports hardware vectors of @code{long}. |