|
1 |
| - Document Number: N4743 |
2 |
| - Date: 2018-04-02 |
| 1 | + Document Number: NYYYY |
| 2 | + Date: 2018-06-26 |
3 | 3 | Revises:
|
4 | 4 | Project: Programming Language C++
|
5 | 5 | Project Number: TS 19570
|
6 | 6 | Reply-to: Jared Hoberock
|
7 | 7 | NVIDIA Corporation
|
8 | 8 | jhoberock@nvidia.com
|
9 | 9 |
|
10 |
| -# Parallelism TS Editor's Report, post-Jacksonville mailing |
| 10 | +# Parallelism TS Editor's Report, post-Rapperswil mailing |
11 | 11 |
|
12 |
| -N4742 is the proposed working draft of Parallelism TS Version 2. It contains normative changes as directed by the ISO C++ Standards Committee at the 2018 Jacksonville meeting and editorial changes to the Parallelism TS. |
| 12 | +NXXXX is the proposed working draft of Parallelism TS Version 2. It contains normative changes as directed by the ISO C++ Standards Committee at the 2018 Rapperswil meeting and editorial changes to the Parallelism TS. |
13 | 13 |
|
14 |
| -N4742 updates the previous draft, N4725, published in the pre-Jacksonville mailing. |
| 14 | +NXXXX updates the previous draft, N4742, published in the pre-Jacksonville mailing. |
15 | 15 |
|
16 |
| -N4744 is document N4742 reformatted as a PDTS document. |
| 16 | +NZZZZ is document NXXXX reformatted as a TS document. |
17 | 17 |
|
18 | 18 | ## Normative Changes
|
19 | 19 |
|
20 |
| -* Apply the proposed wording in [P0214R9](https://wg21.link/P0214R9) (Data-Parallel Vector Types & Operations). |
| 20 | +* Apply the proposed wording in [P0964R2](https://wg21.link/P0964R2) (Finding the right set of traits for `simd<T>`). |
| 21 | +* Apply the proposed wording in [P1111R0](https://wg21.link/P1111R0) (Resolutions to NB Comments on the Parallelism TS v2). |
| 22 | +* Apply the proposed wording in [P0820R4](https://wg21.link/P0820R4) (Feedback on P0214). |
| 23 | +* Apply the proposed wording in [P1118R0](https://wg21.link/P1118R0) (Concat and Split on `simd<>` objects). |
21 | 24 |
|
22 | 25 | ## Editorial Changes
|
23 | 26 |
|
24 |
| -* Reordered Execution Policy and Parallel Exceptions clauses. |
| 27 | +* Transliterated document source to LaTeX. |
25 | 28 | * Various typographical corrections.
|
26 | 29 |
|
27 | 30 | # Acknowledgements
|
28 | 31 |
|
29 |
| -Thanks to Alisdair Meredith, Matthias Kretz, Marshall Clow, and Bryce Lelbach for reviewing and suggesting editorial changes. |
| 32 | +Thanks to Matthias Kretz for help typesetting the final TS document. |
| 33 | + |
| 34 | +Thanks to [reviewers] for reviewing and suggesting editorial changes. |
30 | 35 |
|
0 commit comments