Skip to content

Commit 77d5e26

Browse files
committed
"see-below" -> "see below" as reported by Matthias
1 parent b42f44d commit 77d5e26

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

data_parallel_types.html

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1><ins>Header <code>&lt;experimental/simd&gt;</code> synopsis</ins></h1>
5252
template&lt;class T&gt; using compatible = <em>implementation-defined</em>;
5353
template&lt;class T&gt; using native = <em>implementation-defined</em>;
5454

55-
template&lt;class T, size_t N&gt; struct deduce { using type = <em>see-below</em>; };
55+
template&lt;class T, size_t N&gt; struct deduce { using type = <em>see below</em>; };
5656
template&lt;class T, size_t N&gt; using deduce_t = typename deduce&lt;T, N&gt;::type;
5757
}
5858

@@ -95,8 +95,8 @@ <h1><ins>Header <code>&lt;experimental/simd&gt;</code> synopsis</ins></h1>
9595
template&lt;class T, int N&gt; using fixed_size_simd_mask = simd_mask&lt;T, simd_abi::fixed_size&lt;N&gt;&gt;;
9696

9797
<cxx-ref insynopsis="" to="parallel.simd.casts"></cxx-ref>
98-
template&lt;class T, class U, class Abi&gt; <em>see-below</em> simd_cast(const simd&lt;U, Abi&gt;&);
99-
template&lt;class T, class U, class Abi&gt; <em>see-below</em> static_simd_cast(const simd&lt;U, Abi&gt;&);
98+
template&lt;class T, class U, class Abi&gt; <em>see below</em> simd_cast(const simd&lt;U, Abi&gt;&);
99+
template&lt;class T, class U, class Abi&gt; <em>see below</em> static_simd_cast(const simd&lt;U, Abi&gt;&);
100100

101101
template&lt;class T, class Abi&gt;
102102
fixed_size_simd&lt;T, simd_size_v&lt;T, Abi&gt;&gt; to_fixed_size(const simd&lt;T, Abi&gt;&) noexcept;
@@ -130,13 +130,13 @@ <h1><ins>Header <code>&lt;experimental/simd&gt;</code> synopsis</ins></h1>
130130
template&lt;class T, class Abi&gt; int find_first_set(const simd_mask&lt;T, Abi&gt;&);
131131
template&lt;class T, class Abi&gt; int find_last_set(const simd_mask&lt;T, Abi&gt;&);
132132

133-
bool all_of(<em>see-below</em>) noexcept;
134-
bool any_of(<em>see-below</em>) noexcept;
135-
bool none_of(<em>see-below</em>) noexcept;
136-
bool some_of(<em>see-below</em>) noexcept;
137-
int popcount(<em>see-below</em>) noexcept;
138-
int find_first_set(<em>see-below</em>) noexcept;
139-
int find_last_set(<em>see-below</em>) noexcept;
133+
bool all_of(<em>see below</em>) noexcept;
134+
bool any_of(<em>see below</em>) noexcept;
135+
bool none_of(<em>see below</em>) noexcept;
136+
bool some_of(<em>see below</em>) noexcept;
137+
int popcount(<em>see below</em>) noexcept;
138+
int find_first_set(<em>see below</em>) noexcept;
139+
int find_last_set(<em>see below</em>) noexcept;
140140

141141
<cxx-ref insynopsis="" to="parallel.simd.whereexpr"></cxx-ref>
142142
template&lt;class M, class T&gt; class const_where_expression;
@@ -159,10 +159,10 @@ <h1><ins>Header <code>&lt;experimental/simd&gt;</code> synopsis</ins></h1>
159159
const_where_expression&lt;simd_mask&lt;T, Abi&gt;, simd_mask&lt;T, Abi&gt;&gt; where(const nodeduce_t&lt;simd_mask&lt;T, Abit&gt;&gt;&, const simd_mask&lt;T, Abi&gt;&) noexcept;
160160

161161
template&lt;class T&gt;
162-
where_expression&lt;bool, T&gt; where(<em>see-below</em> k, T& d) noexcept;
162+
where_expression&lt;bool, T&gt; where(<em>see below</em> k, T& d) noexcept;
163163

164164
template&lt;class T&gt;
165-
const_where_expression&lt;bool, T&gt; where(<em>see-below</em> k, const T& d) noexcept;
165+
const_where_expression&lt;bool, T&gt; where(<em>see below</em> k, const T& d) noexcept;
166166

167167
<cxx-ref insynopsis="" to="parallel.simd.reductions"></cxx-ref> reductions
168168
template&lt;class T, class Abi, class BinaryOperation = plus&lt;&gt;&gt;
@@ -316,7 +316,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
316316
</p>
317317

318318
<ins>
319-
<pre>template&lt;T, size_t N&gt; struct deduce { using type = <em>see-below</em>; };</pre>
319+
<pre>template&lt;T, size_t N&gt; struct deduce { using type = <em>see below</em>; };</pre>
320320
</ins>
321321

322322
<p>
@@ -374,7 +374,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
374374
<h1><ins><code>simd</code> type traits</ins></h1>
375375

376376
<ins>
377-
<code>template&lt;class T&gt; struct is_abi_tag { <em>see-below</em> };</code>
377+
<code>template&lt;class T&gt; struct is_abi_tag { <em>see below</em> };</code>
378378
</ins>
379379

380380
<p>
@@ -390,7 +390,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
390390
</p>
391391

392392
<ins>
393-
<code>template&lt;class T&gt; struct is_simd { <em>see-below</em> };</code>
393+
<code>template&lt;class T&gt; struct is_simd { <em>see below</em> };</code>
394394
</ins>
395395

396396
<p>
@@ -405,7 +405,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
405405
</ins>
406406
</p>
407407

408-
<ins><code>template&lt;class T&gt; struct is_simd_mask { <em>see-below</em> };</code></ins>
408+
<ins><code>template&lt;class T&gt; struct is_simd_mask { <em>see below</em> };</code></ins>
409409

410410
<p>
411411
<ins>
@@ -420,7 +420,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
420420
</p>
421421

422422
<ins>
423-
<code>template&lt;class T&gt; struct is_simd_flag_type { <em>see-below</em> };</code>
423+
<code>template&lt;class T&gt; struct is_simd_flag_type { <em>see below</em> };</code>
424424
</ins>
425425

426426
<p>
@@ -460,7 +460,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
460460
</p>
461461

462462
<ins>
463-
<code>template&lt;class T, class Abi = simd_abi::compatible&lt;T&gt;&gt; struct simd_size { <em>see-below</em> };</code>
463+
<code>template&lt;class T, class Abi = simd_abi::compatible&lt;T&gt;&gt; struct simd_size { <em>see below</em> };</code>
464464
</ins>
465465

466466
<p>
@@ -502,7 +502,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
502502
</p>
503503

504504
<ins>
505-
<code>template&lt;class T, class U = typename T::value_type&gt; struct memory_alignment { <em>see-below</em> };</code>
505+
<code>template&lt;class T, class U = typename T::value_type&gt; struct memory_alignment { <em>see below</em> };</code>
506506
</ins>
507507

508508
<p>
@@ -819,7 +819,7 @@ <h1><ins>Class template <code>simd</code> overview</ins></h1>
819819
template&lt;class T, class Abi&gt; class simd {
820820
public:
821821
using value_type = T;
822-
using reference = <em>see-below</em>;
822+
using reference = <em>see below</em>;
823823
using mask_type = simd_mask&lt;T, Abi&gt;
824824
using abi_type = Abi;
825825

@@ -1973,7 +1973,7 @@ <h1><ins><code>simd</code> reductions</ins></h1>
19731973
<h1><ins><code>simd</code> casts</ins></h1>
19741974

19751975
<cxx-function>
1976-
<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>
1976+
<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>
19771977

19781978
<p>
19791979
<ins>
@@ -2055,7 +2055,7 @@ <h1><ins><code>simd</code> casts</ins></h1>
20552055
</cxx-function>
20562056

20572057
<cxx-function>
2058-
<cxx-signature><ins>template&lt;class T, class U, class Abi&gt; <em>see-below</em> static_simd_cast(const simd&lt;U, Abi&gt;& x);</ins></cxx-signature>
2058+
<cxx-signature><ins>template&lt;class T, class U, class Abi&gt; <em>see below</em> static_simd_cast(const simd&lt;U, Abi&gt;& x);</ins></cxx-signature>
20592059

20602060
<p>
20612061
<ins>
@@ -2393,7 +2393,7 @@ <h1><ins>Class template <code>simd_mask</code> overview</ins></h1>
23932393
template&lt;class T, class Abi&gt; class simd_mask {
23942394
public:
23952395
using value_type = bool;
2396-
using reference = <em>see-below</em>;
2396+
using reference = <em>see below</em>;
23972397
using simd_type = simd&lt;T, Abi&gt;;
23982398
using abi_type = Abi;
23992399

@@ -2817,11 +2817,11 @@ <h1><ins><code>simd_mask</code> reductions</ins></h1>
28172817

28182818
<cxx-function>
28192819
<cxx-signature><ins>
2820-
bool all_of(<em>see-below</em>) noexcept;
2821-
bool any_of(<em>see-below</em>) noexcept;
2822-
bool none_of(<em>see-below</em>) noexcept;
2823-
bool some_of(<em>see-below</em>) noexcept;
2824-
int popcount(<em>see-below</em>) noexcept;
2820+
bool all_of(<em>see below</em>) noexcept;
2821+
bool any_of(<em>see below</em>) noexcept;
2822+
bool none_of(<em>see below</em>) noexcept;
2823+
bool some_of(<em>see below</em>) noexcept;
2824+
int popcount(<em>see below</em>) noexcept;
28252825
</ins></cxx-signature>
28262826

28272827
<cxx-returns>
@@ -2839,8 +2839,8 @@ <h1><ins><code>simd_mask</code> reductions</ins></h1>
28392839

28402840
<cxx-function>
28412841
<cxx-signature><ins>
2842-
int find_first_set(<em>see-below</em>) noexcept;
2843-
int find_last_set(<em>see-below</em>) noexcept;
2842+
int find_first_set(<em>see below</em>) noexcept;
2843+
int find_last_set(<em>see below</em>) noexcept;
28442844
</ins></cxx-signature>
28452845

28462846
<cxx-requires>
@@ -2891,9 +2891,9 @@ <h1><ins>Where functions</ins></h1>
28912891

28922892
<cxx-function>
28932893
<cxx-signature><ins>
2894-
template&lt;class T&gt; where_expression&lt;bool T&gt; where(<em>see-below</em> k, T& v) noexcept;
2894+
template&lt;class T&gt; where_expression&lt;bool T&gt; where(<em>see below</em> k, T& v) noexcept;
28952895
template&lt;class T&gt;
2896-
const_where_expression&lt;bool, T&gt; where(<em>see-below</em> k, const T& v) noexcept;
2896+
const_where_expression&lt;bool, T&gt; where(<em>see below</em> k, const T& v) noexcept;
28972897
</ins></cxx-signature>
28982898

28992899
<cxx-remarks>

0 commit comments

Comments
 (0)