diff options
author | Bin Cheng <bin.cheng@arm.com> | 2016-08-10 15:47:58 +0000 |
---|---|---|
committer | Bin Cheng <amker@gcc.gnu.org> | 2016-08-10 15:47:58 +0000 |
commit | 5a02adf63e73d0894b72f13505a4a7e6d154ea20 (patch) | |
tree | cc31751335c8dd4afbcd44c6a54f7d7848bfffba | |
parent | 9c8eabea69ccbde8b86d7238d63d136277208a05 (diff) | |
download | gcc-5a02adf63e73d0894b72f13505a4a7e6d154ea20.zip gcc-5a02adf63e73d0894b72f13505a4a7e6d154ea20.tar.gz gcc-5a02adf63e73d0894b72f13505a4a7e6d154ea20.tar.bz2 |
* doc/sourcebuild.texi (@item vect_cond_mixed): New item.
From-SVN: r239330
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e8148b..2742a76 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-10 bin cheng <bin.cheng@arm.com> + + * doc/sourcebuild.texi (@item vect_cond_mixed): New item. + 2016-08-10 Alan Lawrence <alan.lawrence@arm.com> Renlin Li <renlin.li@arm.com> Bin Cheng <bin.cheng@arm.com> diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 24b65da..fa41fc0 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1342,6 +1342,10 @@ Target supports Fortran @code{real} kinds larger than @code{real(8)}. @item vect_condition Target supports vector conditional operations. +@item vect_cond_mixed +Target supports vector conditional operations where comparison operands +have different type from the value operands. + @item vect_double Target supports hardware vectors of @code{double}. |