Skip to content

Commit 2daefb6

Browse files
mattkretztkoeppe
authored andcommitted
P1928R15 std::simd --- merge data-parallel types from the Parallelism TS 2
* Add closing parenthesis in [simd.reductions] p3. * Add namespace std to simd_flags, basic_simd, and basic_simd_mask * Add comma after 'e.g.' * Add \rSec3[simd.expos.defn]{Exposition-only helpers} (missing sibling) * Remove \iref from simd.expos.abi] (5.3), already in (5.2) Fixes #7430 Fixes cplusplus/papers#670
1 parent 8bb3a13 commit 2daefb6

File tree

4 files changed

+2883
-10
lines changed

4 files changed

+2883
-10
lines changed

source/compatibility.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
\libheaderrefx{hazard_pointer}{hazard.pointer.syn},
187187
\libheaderrefx{inplace_vector}{inplace.vector.syn},
188188
\libheaderref{linalg},
189-
\libheaderref{rcu}, and
189+
\libheaderref{rcu},
190+
\libheaderref{simd}, and
190191
\libheaderrefx{text_encoding}{text.encoding.syn}.
191192
Valid \CppXXIII{} code that \tcode{\#include}{s} headers with these names may be
192193
invalid in this revision of \Cpp{}.

source/lib-intro.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@
12241224
\tcode{<semaphore>} \\
12251225
\tcode{<set>} \\
12261226
\tcode{<shared_mutex>} \\
1227+
\tcode{<simd>} \\
12271228
\tcode{<source_location>} \\
12281229
\tcode{<span>} \\
12291230
\tcode{<spanstream>} \\

0 commit comments

Comments
 (0)