Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further corrections from Matthias #61

Merged
merged 2 commits into from
Mar 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions data_parallel_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ <h1><ins>Element references</ins></h1>
</cxx-section>

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

<cxx-function>
<cxx-signature><ins>template&lt;class U&gt; simd(U&&);</ins></cxx-signature>
Expand Down Expand Up @@ -1337,7 +1337,7 @@ <h1><ins><code>simd</code> constructors</ins></h1>
</cxx-section>

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

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

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

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

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

<p>
<ins>
Expand Down Expand Up @@ -1622,10 +1622,10 @@ <h1><ins><code>simd</code> unary operators</ins></h1>
</cxx-section>

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

<cxx-section id="parallel.simd.binary">
<h1><ins><code>simd</code> binary operators</ins></h1>
<h1><ins>Binary operators</ins></h1>
<cxx-function>
<cxx-signature><ins>
friend simd operator+(const simd& lhs, const simd& rhs);
Expand Down Expand Up @@ -1686,7 +1686,7 @@ <h1><ins><code>simd</code> binary operators</ins></h1>
</cxx-section>

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

<cxx-function>
<cxx-signature><ins>
Expand Down Expand Up @@ -1731,7 +1731,7 @@ <h1><ins><code>simd</code> compound assignment</ins></h1>
</cxx-section>

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

<cxx-function>
<cxx-signature><ins>
Expand All @@ -1758,7 +1758,7 @@ <h1><ins><code>simd</code> compare operators</ins></h1>
</cxx-section>

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

<p>
<ins>
Expand Down Expand Up @@ -1973,7 +1973,7 @@ <h1><ins><code>simd</code> reductions</ins></h1>
</cxx-section>

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

<cxx-function>
<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>
Expand Down Expand Up @@ -2249,7 +2249,7 @@ <h1><ins><code>simd</code> casts</ins></h1>
</cxx-section>

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

<cxx-function>
<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>
Expand Down Expand Up @@ -2320,7 +2320,7 @@ <h1><ins><code>simd</code> algorithms</ins></h1>
</cxx-section>

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

<p>
<ins>
Expand Down Expand Up @@ -2506,7 +2506,7 @@ <h1><ins>Class template <code>simd_mask</code> overview</ins></h1>
</cxx-section>

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

<cxx-function>
<cxx-signature><ins>explicit simd_mask(value_type x) noexcept</ins></cxx-signature>
Expand Down Expand Up @@ -2558,7 +2558,7 @@ <h1><ins><code>simd_mask</code> constructors</ins></h1>
</cxx-section>

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

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

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

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

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

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

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

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

<cxx-function>
<cxx-signature><ins>
Expand All @@ -2694,7 +2694,7 @@ <h1><ins><code>simd_mask</code> binary operators</ins></h1>
</cxx-sections>

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

<cxx-function>
<cxx-signature><ins>
Expand All @@ -2718,7 +2718,7 @@ <h1><ins><code>simd_mask</code> compound assignment</ins></h1>
</cxx-section>

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

<cxx-function>
<cxx-signature><ins>
Expand All @@ -2735,7 +2735,7 @@ <h1><ins><code>simd_mask</code> comparisons</ins></h1>
</cxx-section>

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

<cxx-function>
<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>
Expand Down
2 changes: 1 addition & 1 deletion general.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Feature-testing recommendations</h1>
<td><ins>Data-Parallel Vector Types & Operations</ins></td>
<td><ins><cxx-ref to="parallel.simd"</cxx-ref></ins></td>
<td><ins><code>__cpp_lib_experimental_parallel_simd</code></ins>
<td><ins>????</td>
<td><ins>201803</ins></td>
<td><ins><code>&lt;experimental/simd&gt;</code></ins></td>
</tr>
</thead>
Expand Down