File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24503,7 +24503,9 @@ Arguments:
24503
24503
The first operand and the result have the same vector of integer type. The
24504
24504
second operand is the vector mask and has the same number of elements as the
24505
24505
result vector type. The third operand is the explicit vector length of the
24506
- operation.
24506
+ operation. The fourth operand is a constant flag that indicates whether the
24507
+ intrinsic returns a valid result if the first operand is zero. If the first
24508
+ operand is zero and the fourth operand is true, the result is poison.
24507
24509
24508
24510
Semantics:
24509
24511
""""""""""
@@ -24550,7 +24552,9 @@ Arguments:
24550
24552
The first operand and the result have the same vector of integer type. The
24551
24553
second operand is the vector mask and has the same number of elements as the
24552
24554
result vector type. The third operand is the explicit vector length of the
24553
- operation.
24555
+ operation. The fourth operand is a constant flag that indicates whether the
24556
+ intrinsic returns a valid result if the first operand is zero. If the first
24557
+ operand is zero and the fourth operand is true, the result is poison.
24554
24558
24555
24559
Semantics:
24556
24560
""""""""""
You can’t perform that action at this time.
0 commit comments