diff mbox

Document vect_cond_mixed in sourcebuild.texi

Message ID DB5PR08MB1144C42FC76A6F70A4E6EA0AE7770@DB5PR08MB1144.eurprd08.prod.outlook.com
State New
Headers show

Commit Message

Bin Cheng May 16, 2016, 11:01 a.m. UTC
Hi,
This is an obvious patch documenting vect_cond_mixed in sourcebuild.texi.  OK?

Thanks,
bin

2016-05-13  bin cheng  <bin.cheng@arm.com>

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

Comments

Sandra Loosemore May 16, 2016, 2:43 p.m. UTC | #1
On 05/16/2016 05:01 AM, Bin Cheng wrote:
> Hi,
> This is an obvious patch documenting vect_cond_mixed in sourcebuild.texi.  OK?
>
> Thanks,
> bin
>
> 2016-05-13  bin cheng  <bin.cheng@arm.com>
>
> 	* doc/sourcebuild.texi (@item vect_cond_mixed): New item.

Assuming the information is technically correct, the patch looks OK from 
a documentation perspective.

-Sandra
diff mbox

Patch

diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 3142cd5..f1bd9be 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}.