From: Bin Cheng Date: Wed, 10 Aug 2016 15:47:58 +0000 (+0000) Subject: * doc/sourcebuild.texi (@item vect_cond_mixed): New item. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a02adf63e73d0894b72f13505a4a7e6d154ea20;p=gcc.git * doc/sourcebuild.texi (@item vect_cond_mixed): New item. From-SVN: r239330 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e8148b23b3..2742a7643ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-10 bin cheng + + * doc/sourcebuild.texi (@item vect_cond_mixed): New item. + 2016-08-10 Alan Lawrence Renlin Li Bin Cheng diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 24b65da8c58..fa41fc04f95 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}.