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 @@ -2708,6 +2708,30 @@ <h1><ins><code>simd_mask</code> binary operators</ins></h1>
2708
2708
</ cxx-function >
2709
2709
</ cxx-section >
2710
2710
</ cxx-sections>
2711
+
2712
+ < cxx-section id ="parallel.simd.mask.cassign ">
2713
+ < h1 > < ins > < code > simd_mask</ code > compound assignment</ ins > </ h1 >
2714
+
2715
+ < cxx-function >
2716
+ < cxx-signature > < ins >
2717
+ friend simd_mask& operator&=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2718
+ friend simd_mask& operator|=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2719
+ friend simd_mask& operator^=(simd_mask& lhs, const simd_mask& rhs) noexcept;
2720
+ </ ins > </ cxx-signature >
2721
+
2722
+ < cxx-effects >
2723
+ < ins >
2724
+ These operators perform the indicated binary element-wise operation.
2725
+ </ ins >
2726
+ </ cxx-effects >
2727
+
2728
+ < cxx-returns >
2729
+ < ins >
2730
+ < code > lhs</ code > .
2731
+ </ ins >
2732
+ </ cxx-returns >
2733
+ </ cxx-function >
2734
+ </ cxx-section >
2711
2735
</ cxx-section>
2712
2736
</ cxx-clause>
2713
2737
You can’t perform that action at this time.
0 commit comments