Skip to content

Commit 8023065

Browse files
committed
CA 4
Signed-off-by: Matthias Kretz <[email protected]>
1 parent f8bcee1 commit 8023065

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/general.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
\pnum An implementation that provides support for this Technical Specification shall define the feature test macro(s) in \tref{tab:parallel.general.features}.
3838

3939
\begin{floattable}{Feature-test macro(s)}{tab:parallel.general.features}
40-
{ c | p{3cm} | c | p{3cm} | c | p{3cm} }
40+
{ x{2.1cm} | x{1cm} | x{4.4cm} | c | x{5.35cm} }
4141
\topline
42-
\lhdr{Doc. No.} & \chdr{Title} & \chdr{Primary Section} & \chdr{Macro Name} & \chdr{Value} & \rhdr{Header} \\
42+
\lhdr{Title} & \chdr{Section} & \chdr{Macro Name} & \chdr{Value} & \rhdr{Header} \\
4343
\capsep
44-
P0155R0 & Task Block R5 & \ref{parallel.task_block} & \tcode{__cpp_lib_experimental_parallel_task_block} & 201711 & \tcode{<experimental/- exception_list> \ <experimental/- task_block>} \\
44+
Task Block R5 & \ref{parallel.task_block} & \tcode{__cpp_lib_experimental_parallel_task_block} & 201711 & \tcode{<experimental/exception_list> \ <experimental/task_block>} \\
4545
\hline
46-
P0076R4 & Vector and Wavefront Policies & \ref{parallel.execpol.unseq} & \tcode{__cpp_lib_experimental_execution_vector_policy} & 201711 & \tcode{<experimental/- algorithm> \ <experimental/- execution} \\
46+
Vector and Wavefront Policies & \ref{parallel.execpol.unseq} & \tcode{__cpp_lib_experimental_execution_vector_policy} & 201711 & \tcode{<experimental/algorithm> \ <experimental/execution>} \\
4747
\hline
48-
P0075R2 & Template Library for Parallel For Loops & \ref{parallel.alg.reductions}, \ref{parallel.alg.inductions}, \ref{parallel.alg.forloop} & \tcode{__cpp_lib_experimental_parallel_for_loop} & 201711 & \tcode{<experimental/- algorithm>} \\
48+
Template Library for Parallel For Loops & \ref{parallel.alg.reductions}, \ref{parallel.alg.inductions}, \ref{parallel.alg.forloop} & \tcode{__cpp_lib_experimental_parallel_for_loop} & 201711 & \tcode{<experimental/algorithm>} \\
4949
\hline
50-
P0214R9 & Data-Parallel Vector Types & \ref{parallel.simd} & \tcode{__cpp_lib_experimental_parallel_simd} & 201803 & \tcode{<experimental/- simd>} \\
50+
Data-Parallel Vector Types & \ref{parallel.simd} & \tcode{__cpp_lib_experimental_parallel_simd} & 201803 & \tcode{<experimental/simd>} \\
5151
\end{floattable}
5252

0 commit comments

Comments
 (0)