You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data_parallel_types.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ <h1><ins>General</ins></h1>
14
14
<ins>
15
15
Throughout this Clause, the term <em>data-parallel type</em> refers to all <em>supported</em><cxx-refto="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>.
16
16
</ins>
17
-
<p>
17
+
</p>
18
18
19
19
<p>
20
20
<ins>
@@ -337,7 +337,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
337
337
</li>
338
338
</bl>
339
339
</ins>
340
-
</p>
340
+
<!- /p ->
341
341
342
342
<p>
343
343
<ins>
@@ -363,7 +363,7 @@ <h1><ins><code>simd</code> ABI tags</ins></h1>
363
363
<ins>
364
364
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<N></code>.</cxx-note>
365
365
</ins>
366
-
</p>
366
+
<!- /p ->
367
367
368
368
<p>
369
369
<ins>
@@ -493,7 +493,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
493
493
</cxx-note>
494
494
</ins>
495
495
</ins>
496
-
</p>
496
+
<!- /p ->
497
497
498
498
<p>
499
499
<ins>
@@ -529,7 +529,7 @@ <h1><ins><code>simd</code> type traits</ins></h1>
@@ -2367,7 +2367,7 @@ <h1><ins><code>simd</code> math library</ins></h1>
2367
2367
It is unspecified whether a call to these overloads with arguments that are all convertible to <code>simd<T, Abi></code> but are not of type <code>simd<T, Abi></code> is well-formed.
0 commit comments