File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -2684,6 +2684,30 @@ <h1><ins><code>simd_mask</code> unary operators</ins></h1>
2684
2684
</ cxx-function >
2685
2685
</ cxx-section >
2686
2686
</ 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>
2687
2711
</ cxx-section>
2688
2712
</ cxx-clause>
2689
2713
You can’t perform that action at this time.
0 commit comments