Skip to content

Commit b16f434

Browse files
committed
Introduce [parallel.simd.mask.binary]
1 parent 07bd1aa commit b16f434

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
@@ -2684,6 +2684,30 @@ <h1><ins><code>simd_mask</code> unary operators</ins></h1>
26842684
</cxx-function>
26852685
</cxx-section>
26862686
</cxx-section>
2687+
2688+
<cxx-section id="parallel.simd.mask.nonmembers">
2689+
<h1><ins><code>simd_mask</code> non-member operations</ins></h1>
2690+
2691+
<cxx-section id="parallel.simd.mask.binary">
2692+
<h1><ins><code>simd_mask</code> binary operators</ins></h1>
2693+
2694+
<cxx-function>
2695+
<cxx-signature><ins>
2696+
friend simd_mask operator&&(const simd_mask&, const simd_mask&) noexcept;
2697+
friend simd_mask operator||(const simd_mask&, const simd_mask&) noexcept;
2698+
friend simd_mask operator&(const simd_mask&, const simd_mask&) noexcept;
2699+
friend simd_mask operator|(const simd_mask&, const simd_mask&) noexcept;
2700+
friend simd_mask operator^(const simd_mask&, const simd_mask&) noexcept;
2701+
</ins></cxx-signature>
2702+
2703+
<cxx-returns>
2704+
<ins>
2705+
A <code>simd_mask</code> object initialized with the results of the element-wise appliation of the indicated operator.
2706+
</ins>
2707+
</cxx-returns>
2708+
</cxx-function>
2709+
</cxx-section>
2710+
</cxx-sections>
26872711
</cxx-section>
26882712
</cxx-clause>
26892713

0 commit comments

Comments
 (0)