File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2732,6 +2732,21 @@ <h1><ins><code>simd_mask</code> compound assignment</ins></h1>
2732
2732
</ cxx-returns >
2733
2733
</ cxx-function >
2734
2734
</ 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 >
2735
2750
</ cxx-section>
2736
2751
</ cxx-clause>
2737
2752
You can’t perform that action at this time.
0 commit comments