Skip to content

Commit b6a3648

Browse files
Merge pull request #61 from jaredhoberock/v2
Further corrections from Matthias
2 parents b479dfd + bddd27d commit b6a3648

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

data_parallel_types.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ <h1><ins>Element references</ins></h1>
11961196
</cxx-section>
11971197

11981198
<cxx-section id="parallel.simd.ctor">
1199-
<h1><ins><code>simd</code> constructors</ins></h1>
1199+
<h1><ins>Constructors</ins></h1>
12001200

12011201
<cxx-function>
12021202
<cxx-signature><ins>template&lt;class U&gt; simd(U&&);</ins></cxx-signature>
@@ -1337,7 +1337,7 @@ <h1><ins><code>simd</code> constructors</ins></h1>
13371337
</cxx-section>
13381338

13391339
<cxx-section id="parallel.simd.copy">
1340-
<h1><ins><code>simd</code> copy functions</ins></h1>
1340+
<h1><ins>Copy functions</ins></h1>
13411341

13421342
<cxx-function>
13431343
<cxx-signature><ins>template&lt;class U, class Flags&gt; void copy_from(const U* mem, Flags);</ins></cxx-signature>
@@ -1405,7 +1405,7 @@ <h1><ins><code>simd</code> copy functions</ins></h1>
14051405
</cxx-section>
14061406

14071407
<cxx-section id="parallel.simd.subscr">
1408-
<h1><ins><code>simd</code> subscript operators</ins></h1>
1408+
<h1><ins>Subscript operators</ins></h1>
14091409

14101410
<cxx-function>
14111411
<cxx-signature><ins>reference operator[](size_t i);</ins></cxx-signature>
@@ -1453,7 +1453,7 @@ <h1><ins><code>simd</code> subscript operators</ins></h1>
14531453
</cxx-section>
14541454

14551455
<cxx-section id="parallel.simd.unary">
1456-
<h1><ins><code>simd</code> unary operators</ins></h1>
1456+
<h1><ins>Unary operators</ins></h1>
14571457

14581458
<p>
14591459
<ins>
@@ -1622,10 +1622,10 @@ <h1><ins><code>simd</code> unary operators</ins></h1>
16221622
</cxx-section>
16231623

16241624
<cxx-section id="parallel.simd.nonmembers">
1625-
<h1><ins><code>simd</code> non-member operations</ins></h1>
1625+
<h1><ins>Non-member operations</ins></h1>
16261626

16271627
<cxx-section id="parallel.simd.binary">
1628-
<h1><ins><code>simd</code> binary operators</ins></h1>
1628+
<h1><ins>Binary operators</ins></h1>
16291629
<cxx-function>
16301630
<cxx-signature><ins>
16311631
friend simd operator+(const simd& lhs, const simd& rhs);
@@ -1686,7 +1686,7 @@ <h1><ins><code>simd</code> binary operators</ins></h1>
16861686
</cxx-section>
16871687

16881688
<cxx-section id="parallel.simd.cassign">
1689-
<h1><ins><code>simd</code> compound assignment</ins></h1>
1689+
<h1><ins>Compound assignment</ins></h1>
16901690

16911691
<cxx-function>
16921692
<cxx-signature><ins>
@@ -1731,7 +1731,7 @@ <h1><ins><code>simd</code> compound assignment</ins></h1>
17311731
</cxx-section>
17321732

17331733
<cxx-section id="parallel.simd.comparison">
1734-
<h1><ins><code>simd</code> compare operators</ins></h1>
1734+
<h1><ins>Compare operators</ins></h1>
17351735

17361736
<cxx-function>
17371737
<cxx-signature><ins>
@@ -1758,7 +1758,7 @@ <h1><ins><code>simd</code> compare operators</ins></h1>
17581758
</cxx-section>
17591759

17601760
<cxx-section id="parallel.simd.reductions">
1761-
<h1><ins><code>simd</code> reductions</ins></h1>
1761+
<h1><ins>Reductions</ins></h1>
17621762

17631763
<p>
17641764
<ins>
@@ -1973,7 +1973,7 @@ <h1><ins><code>simd</code> reductions</ins></h1>
19731973
</cxx-section>
19741974

19751975
<cxx-section id="parallel.simd.casts">
1976-
<h1><ins><code>simd</code> casts</ins></h1>
1976+
<h1><ins>Casts</ins></h1>
19771977

19781978
<cxx-function>
19791979
<cxx-signature><ins>template&lt;class T, class U, class Abi&gt; <em>see below</em> simd_cast(const simd&lt;U, Abi&gt;& x)</ins></cxx-signature>
@@ -2249,7 +2249,7 @@ <h1><ins><code>simd</code> casts</ins></h1>
22492249
</cxx-section>
22502250

22512251
<cxx-section id="parallel.simd.alg">
2252-
<h1><ins><code>simd</code> algorithms</ins></h1>
2252+
<h1><ins>Algorithms</ins></h1>
22532253

22542254
<cxx-function>
22552255
<cxx-signature><ins>template&lt;class T, class Abi&gt; simd&lt;T, Abi&gt; min(const simd&lt;T, Abi&gt;& a, const simd&lt;T, Abi&gt;& b) noexcept;</ins></cxx-signature>
@@ -2320,7 +2320,7 @@ <h1><ins><code>simd</code> algorithms</ins></h1>
23202320
</cxx-section>
23212321

23222322
<cxx-section id="parallel.simd.math">
2323-
<h1><ins><code>simd</code> math library</ins></h1>
2323+
<h1><ins>Math library</ins></h1>
23242324

23252325
<p>
23262326
<ins>
@@ -2506,7 +2506,7 @@ <h1><ins>Class template <code>simd_mask</code> overview</ins></h1>
25062506
</cxx-section>
25072507

25082508
<cxx-section id="parallel.simd.mask.ctor">
2509-
<h1><ins><code>simd_mask</code> constructors</ins></h1>
2509+
<h1><ins>Constructors</ins></h1>
25102510

25112511
<cxx-function>
25122512
<cxx-signature><ins>explicit simd_mask(value_type x) noexcept</ins></cxx-signature>
@@ -2558,7 +2558,7 @@ <h1><ins><code>simd_mask</code> constructors</ins></h1>
25582558
</cxx-section>
25592559

25602560
<cxx-section id="parallel.simd.mask.copy">
2561-
<h1><ins><code>simd_mask</code> copy functions</ins></h1>
2561+
<h1><ins>Copy functions</ins></h1>
25622562

25632563
<cxx-function>
25642564
<cxx-signature><ins>template&lt;class Flags&gt; void copy_from(const value_type* mem, Flags);</ins></cxx-signature>
@@ -2607,7 +2607,7 @@ <h1><ins><code>simd_mask</code> copy functions</ins></h1>
26072607
</cxx-section>
26082608

26092609
<cxx-section id="parallel.simd.mask.subscr">
2610-
<h1><ins><code>simd_mask</code> subscript operators</ins></h1>
2610+
<h1><ins>Subscript operators</ins></h1>
26112611

26122612
<cxx-function>
26132613
<cxx-signature><ins>reference operator[](size_t i);</ins></cxx-signature>
@@ -2655,7 +2655,7 @@ <h1><ins><code>simd_mask</code> subscript operators</ins></h1>
26552655
</cxx-section>
26562656

26572657
<cxx-section id="parallel.simd.mask.unary">
2658-
<h1><ins><code>simd_mask</code> unary operators</ins></h1>
2658+
<h1><ins>Unary operators</ins></h1>
26592659

26602660
<cxx-function>
26612661
<cxx-signature><ins>simd_mask operator!() const noexcept;</ins></cxx-signature>
@@ -2670,10 +2670,10 @@ <h1><ins><code>simd_mask</code> unary operators</ins></h1>
26702670
</cxx-section>
26712671

26722672
<cxx-section id="parallel.simd.mask.nonmembers">
2673-
<h1><ins><code>simd_mask</code> non-member operations</ins></h1>
2673+
<h1><ins>Non-member operations</ins></h1>
26742674

26752675
<cxx-section id="parallel.simd.mask.binary">
2676-
<h1><ins><code>simd_mask</code> binary operators</ins></h1>
2676+
<h1><ins>Binary operators</ins></h1>
26772677

26782678
<cxx-function>
26792679
<cxx-signature><ins>
@@ -2694,7 +2694,7 @@ <h1><ins><code>simd_mask</code> binary operators</ins></h1>
26942694
</cxx-sections>
26952695

26962696
<cxx-section id="parallel.simd.mask.cassign">
2697-
<h1><ins><code>simd_mask</code> compound assignment</ins></h1>
2697+
<h1><ins>Compound assignment</ins></h1>
26982698

26992699
<cxx-function>
27002700
<cxx-signature><ins>
@@ -2718,7 +2718,7 @@ <h1><ins><code>simd_mask</code> compound assignment</ins></h1>
27182718
</cxx-section>
27192719

27202720
<cxx-section id="parallel.simd.mask.comparison">
2721-
<h1><ins><code>simd_mask</code> comparisons</ins></h1>
2721+
<h1><ins>Comparisons</ins></h1>
27222722

27232723
<cxx-function>
27242724
<cxx-signature><ins>
@@ -2735,7 +2735,7 @@ <h1><ins><code>simd_mask</code> comparisons</ins></h1>
27352735
</cxx-section>
27362736

27372737
<cxx-section id="parallel.simd.mask.reductions">
2738-
<h1><ins><code>simd_mask</code> reductions</ins></h1>
2738+
<h1><ins>Reductions</ins></h1>
27392739

27402740
<cxx-function>
27412741
<cxx-signature><ins>template&lt;class T, class Abi&gt; bool all_of(const simd_mask&lt;T, abi&gt;& k) noexcept;</ins></cxx-signature>

general.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Feature-testing recommendations</h1>
7878
<td><ins>Data-Parallel Vector Types & Operations</ins></td>
7979
<td><ins><cxx-ref to="parallel.simd"</cxx-ref></ins></td>
8080
<td><ins><code>__cpp_lib_experimental_parallel_simd</code></ins>
81-
<td><ins>????</td>
81+
<td><ins>201803</ins></td>
8282
<td><ins><code>&lt;experimental/simd&gt;</code></ins></td>
8383
</tr>
8484
</thead>

0 commit comments

Comments
 (0)