Skip to content

Commit 75c9d75

Browse files
committed
Introduce [parallel.simd.mask.comparison]
1 parent 0e38928 commit 75c9d75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data_parallel_types.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,21 @@ <h1><ins><code>simd_mask</code> compound assignment</ins></h1>
27322732
</cxx-returns>
27332733
</cxx-function>
27342734
</cxx-section>
2735+
2736+
<cxx-section id="parallel.simd.mask.comparison">
2737+
<cxx-function>
2738+
<cxx-signature><ins>
2739+
friend simd_mask operator==(const simd_mask&, const simd_mask&) noexcept;
2740+
friend simd_mask operator!=(const simd_mask&, const simd_mask&) noexcept;
2741+
</ins></cxx-signature>
2742+
2743+
<cxx-returns>
2744+
<ins>
2745+
An object initialized with the results of the element-wise application of the indicated operator.
2746+
</ins>
2747+
</cxx-returns>
2748+
</cxx-function>
2749+
</cxx-section>
27352750
</cxx-section>
27362751
</cxx-clause>
27372752

0 commit comments

Comments
 (0)