Skip to content

Commit b14d51b

Browse files
committed
Introduce [parallel.simd.comparison]
1 parent c564a42 commit b14d51b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

data_parallel_types.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,33 @@ <h1><ins><code>simd</code> compound assignment</ins></h1>
17401740
</cxx-remarks>
17411741
</cxx-function>
17421742
</cxx-section>
1743+
1744+
<cxx-section id="parallel.simd.comparison">
1745+
<h1><ins><code>simd</code> compare operators</ins></h1>
1746+
1747+
<cxx-function>
1748+
<cxx-signature><ins>
1749+
friend mask_type operator==(const simd&, const simd&);
1750+
friend mask_type operator!=(const simd&, const simd&);
1751+
friend mask_type operator&gt;=(const simd&, const simd&);
1752+
friend mask_type operator&lt;=(const simd&, const simd&);
1753+
friend mask_type operator&gt;(const simd&, const simd&);
1754+
friend mask_type operator&lt;(const simd&, const simd&);
1755+
</ins></cxx-signature>
1756+
1757+
<cxx-returns>
1758+
<ins>
1759+
A <code>simd_mask</code> object initialized with the results of the element-wise application of the indicated operator.
1760+
</ins>
1761+
</cxx-returns>
1762+
1763+
<cxx-throws>
1764+
<ins>
1765+
Nothing.
1766+
</ins>
1767+
</cxx-throws>
1768+
</cxx-function>
1769+
</cxx-section>
17431770
</cxx-section>
17441771
</cxx-section>
17451772
</cxx-clause>

0 commit comments

Comments
 (0)