* doc/sourcebuild.texi (@item vect_cond_mixed): New item.

From-SVN: r239330
This commit is contained in:
Bin Cheng 2016-08-10 15:47:58 +00:00 committed by Bin Cheng
parent 9c8eabea69
commit 5a02adf63e
2 changed files with 8 additions and 0 deletions

View 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>

View 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}.