* doc/sourcebuild.texi (@item vect_cond_mixed): New item.
authorBin Cheng <bin.cheng@arm.com>
Wed, 10 Aug 2016 15:47:58 +0000 (15:47 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Wed, 10 Aug 2016 15:47:58 +0000 (15:47 +0000)
From-SVN: r239330

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 0e8148b23b3b038b8bab9f34372ec9dc0fb506f3..2742a7643abd55022833934b24883abb40c61b2c 100644 (file)
@@ -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>
index 24b65da8c58030622e12b1175a8034a5e37ac5bf..fa41fc04f95113f410f7df9d81f51457b71bcf0a 100644 (file)
@@ -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}.