Skip to content

Commit ef8c8ca

Browse files
authored
Merge 2024-11 LWG Motion 18
P1928R15 std::simd — merge data-parallel types from the Parallelism TS 2
2 parents 8bb3a13 + 57c9031 commit ef8c8ca

File tree

4 files changed

+2884
-10
lines changed

4 files changed

+2884
-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)