File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -1740,6 +1740,33 @@ <h1><ins><code>simd</code> compound assignment</ins></h1>
1740
1740
</ cxx-remarks >
1741
1741
</ cxx-function >
1742
1742
</ 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>=(const simd&, const simd&);
1752
+ friend mask_type operator<=(const simd&, const simd&);
1753
+ friend mask_type operator>(const simd&, const simd&);
1754
+ friend mask_type operator<(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 >
1743
1770
</ cxx-section >
1744
1771
</ cxx-section>
1745
1772
</ cxx-clause>
You can’t perform that action at this time.
0 commit comments