Skip to content

Commit 0e38928

Browse files
committed
Introduce [parallel.simd.mask.cassign]
1 parent b16f434 commit 0e38928

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

data_parallel_types.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,6 +2708,30 @@ <h1><ins><code>simd_mask</code> binary operators</ins></h1>
27082708
</cxx-function>
27092709
</cxx-section>
27102710
</cxx-sections>
2711+
2712+
<cxx-section id="parallel.simd.mask.cassign">
2713+
<h1><ins><code>simd_mask</code> compound assignment</ins></h1>
2714+
2715+
<cxx-function>
2716+
<cxx-signature><ins>
2717+
friend simd_mask& operator&=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2718+
friend simd_mask& operator|=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2719+
friend simd_mask& operator^=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2720+
</ins></cxx-signature>
2721+
2722+
<cxx-effects>
2723+
<ins>
2724+
These operators perform the indicated binary element-wise operation.
2725+
</ins>
2726+
</cxx-effects>
2727+
2728+
<cxx-returns>
2729+
<ins>
2730+
<code>lhs</code>.
2731+
</ins>
2732+
</cxx-returns>
2733+
</cxx-function>
2734+
</cxx-section>
27112735
</cxx-section>
27122736
</cxx-clause>
27132737

0 commit comments

Comments
 (0)