Skip to content

Commit c90ec04

Browse files
committed
Eliminate empty paragraphs reported by Matthias
1 parent 5d23571 commit c90ec04

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

data_parallel_types.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1><ins>General</ins></h1>
1414
<ins>
1515
Throughout this Clause, the term <em>data-parallel type</em> refers to all <em>supported</em> <cxx-ref to="parallel.simd.overview"></cxx-ref> specializations of the <code>simd</code> and <code>simd_mask</code> class templates. A <em>data-parallel object</em> is an object of <em>data-parallel type</em>.
1616
</ins>
17-
<p>
17+
</p>
1818

1919
<p>
2020
<ins>
@@ -337,7 +337,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
337337
</li>
338338
</bl>
339339
</ins>
340-
</p>
340+
<!- /p ->
341341

342342
<p>
343343
<ins>
@@ -363,7 +363,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
363363
<ins>
364364
If <code>N</code> is <code>1</code>, the member typedef <code>type</code> is <code>simd_abi::scalar</code>. Otherwise, if there are multiple ABI tag types that satisfy the constraints, the member typedef <code>type</code> is implementation-defined. <cxx-note>It is expected that extended ABI tags can produce better optimizations and thus are preferred over <code>simd_abi::fixed_size&lt;N&gt;</code>.</cxx-note>
365365
</ins>
366-
</p>
366+
<!- /p ->
367367

368368
<p>
369369
<ins>
@@ -493,7 +493,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
493493
</cxx-note>
494494
</ins>
495495
</ins>
496-
</p>
496+
<!- /p ->
497497

498498
<p>
499499
<ins>
@@ -529,7 +529,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
529529
</ins>
530530
</li>
531531
</bl>
532-
</p>
532+
<!- /p ->
533533

534534
<p>
535535
<ins>
@@ -958,7 +958,7 @@ <h1><ins>Class template <code>simd</code> overview</ins></h1>
958958
</cxx-example>
959959
</ins>
960960
</ins>
961-
</p>
961+
<!- /p ->
962962

963963
<p>
964964
<ins>
@@ -1006,7 +1006,7 @@ <h1><ins>Class template <code>simd</code> overview</ins></h1>
10061006
<em>&mdash; end example</em> ]
10071007
</ins>
10081008
</ins>
1009-
</p>
1009+
<!- /p ->
10101010
</cxx-section>
10111011

10121012
<cxx-section id="parallel.simd.reference">
@@ -1056,7 +1056,7 @@ <h1><ins>Element references</ins></h1>
10561056
friend void swap(reference&& a, value_type&& b) noexcept;
10571057
};</ins>
10581058
</pre>
1059-
</p>
1059+
<!- /p ->
10601060

10611061
<cxx-function>
10621062
<cxx-signature><ins>operator value_type() const noexcept;</ins></cxx-signature>
@@ -2367,7 +2367,7 @@ <h1><ins><code>simd</code> math library</ins></h1>
23672367
It is unspecified whether a call to these overloads with arguments that are all convertible to <code>simd&lt;T, Abi&gt;</code> but are not of type <code>simd&lt;T, Abi&gt;</code> is well-formed.
23682368
</ins>
23692369
</ins>
2370-
</p>
2370+
<!- /p ->
23712371

23722372
<p>
23732373
<ins>

0 commit comments

Comments
 (0)