-
Notifications
You must be signed in to change notification settings - Fork 7
/
wg21.bib
660 lines (654 loc) · 21.3 KB
/
wg21.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
@inbook{str99,
author = {Stroustrup, Bjarne},
title = {An Overview of the C++ Programming Language},
editor = {Zamir, Saba},
booktitle = {Handbook of Object Technology},
publisher = {CRC Press LLC},
address= {Boca Raton, Florida},
year = {1999},
isbn = {0849331358},
}
@standard{cpp14,
type = {Standard},
edition = {4},
organization = {ISO/IEC JTC 1/SC 22},
title = {ISO/IEC 14882:2014},
subtitle = {Information technology --- Programming languages --- \CC{}},
url = {http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=64029},
year = {2014}
}
@standard{cpp17,
type = {Standard},
edition = {5},
organization = {ISO/IEC JTC 1/SC 22},
title = {ISO/IEC 14882:2017},
subtitle = {Information technology --- Programming languages --- \CC{}},
url = {http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=64029},
year = {2017}
}
@standard{pts2,
type = {Standard},
edition = {2},
organization = {ISO/IEC JTC 1/SC 22},
title = {ISO/IEC 19570:2018},
subtitle = {Programming Languages --- Technical Specification for \CC{} Extensions for Parallelism},
url = {https://www.iso.org/standard/70588.html},
year = {2018}
}
@misc{N2661,
shorthand = {N2661},
author = {Howard E. Hinnant and Walter E. Brown and Jeff Garland and Marc Paterno},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N2661: A Foundation to Sleep On}},
url = {https://wg21.link/n2661},
year = {2008}
}
@misc{N3759,
shorthand = {N3759},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3759: SIMD Vector Types}},
url = {https://wg21.link/n3759},
year = {2013}
}
@misc{N3814,
shorthand = {N3814},
author = {Jeff Snyder and Chandler Carruth},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3814: Call for Compile-Time Reflection Proposals}},
url = {https://wg21.link/n3814},
year = {2013}
}
@misc{N3819,
shorthand = {N3819},
author = {Sutton, Andrew and Stroustrup, Bjarne and {Dos Reis}, Gabriel},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3819: Concepts Lite Specification}},
url = {https://wg21.link/n3819},
year = {2013}
}
@misc{N3831,
shorthand = {N3831},
author = {Geva, Robert and Nelson, Clark},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3831: Language Extensions for Vector level parallelism}},
url = {https://wg21.link/n3831},
year = {2014}
}
@misc{N3864,
shorthand = {N3864},
author = {Fioravante, Matthew},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3864: A constexpr bitwise operations library for \CC{}}},
url = {https://wg21.link/n3864},
year = {2014}
}
@misc{N3884,
shorthand = {N3884},
author = {Liber, Nevin},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3884: Contiguous Iterators: A Refinement of Random Access Iterators}},
url = {https://wg21.link/n3884},
year = {2014}
}
@misc{N3936,
shorthand = {N3936},
author = {{Stefanus Du~Toit, ed.}},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3936: Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n3936},
year = {2014}
}
@misc{N3999,
shorthand = {N3999},
author = {Victor Luchangco and Jens Maurer and Michael Wong and others},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N3999: Standard Wording for Transactional Memory Support for \CC{}}},
url = {https://wg21.link/n3999},
year = {2014}
}
@misc{N4071,
shorthand = {N4071},
author = {Hoberock, Jared},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4071: Working Draft, Technical Specification for \CC{} Extensions for Parallelism}},
url = {https://wg21.link/n4071.htm},
year = {2014}
}
@misc{N4105,
shorthand = {N4105},
address = {Geneva},
author = {{ISO/IEC JTC1/SC22/WG21}},
publisher = {International Organization for Standardization},
title = {{Information technology – Programming languages, their environments and system software interfaces – Technical Specification for \CC{} Extensions for Parallelism}},
url = {https://wg21.link/n4105},
year = {2014}
}
@misc{N4156,
shorthand = {N4105},
author = {Riegel, Torvald},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4156: Light-Weight Execution Agents Revision 3}},
url = {https://wg21.link/n4156},
year = {2014}
}
@misc{N4184,
shorthand = {N4184},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4184: SIMD Types: The Vector Type \& Operations}},
url = {https://wg21.link/n4184},
year = {2014}
}
@misc{N4185,
shorthand = {N4185},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4185: SIMD Types: The Mask Type \& Write-Masking}},
url = {https://wg21.link/n4185},
year = {2014}
}
@misc{N4186,
shorthand = {N4186},
author = {Kretz, Matthias and Maurer, Jens},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4186: Supporting Custom Diagnostics and SFINAE}},
url = {https://wg21.link/n4186},
year = {2014}
}
@misc{N4238,
shorthand = {N4238},
author = {Halpern, Pablo},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4238: An Abstract Model of Vector Parallelism}},
url = {https://wg21.link/n4238},
year = {2014}
}
@misc{N4395,
shorthand = {N4395},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4395: SIMD Types: ABI Considerations}},
url = {https://wg21.link/n4395},
year = {2015}
}
@misc{N4454,
shorthand = {N4454},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4454: SIMD Types Example: Matrix Multiplication}},
url = {https://wg21.link/n4454},
year = {2015}
}
@misc{N4842,
shorthand = {N4842},
editor = {Smith, Richard},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n4842},
year = {2019}
}
@misc{P0058R1,
shorthand = {P0058R1},
author = {Hoberock, Jared and Garland, Michael and Giroux Olivier},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0058R1: An Interface for Abstracting Execution}},
url = {https://wg21.link/p0058r1},
year = {2016}
}
@misc{P0161R0,
shorthand = {P0161R0},
author = {Myers, Nathan},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0161R0: Bitset Iterators, Masks, and Container Operations}},
url = {https://wg21.link/p0161r0},
year = {2016}
}
@misc{P0214R0,
shorthand = {P0214R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R0: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r0},
year = {2016}
}
@misc{P0214R1,
shorthand = {P0214R1},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R1: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r1},
year = {2016}
}
@misc{P0214R2,
shorthand = {P0214R2},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R2: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r2},
year = {2016}
}
@misc{P0214R3,
shorthand = {P0214R3},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R3: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r3},
year = {2017}
}
@misc{P0214R4,
shorthand = {P0214R4},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R4: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r4},
year = {2017}
}
@misc{P0214R5,
shorthand = {P0214R5},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R5: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r5},
year = {2017}
}
@misc{P0214R6,
shorthand = {P0214R6},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R6: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r6},
year = {2017}
}
@misc{P0214R7,
shorthand = {P0214R7},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R7: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r7},
year = {2017}
}
@misc{P0214R8,
shorthand = {P0214R8},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R8: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r8},
year = {2018}
}
@misc{P0214R9,
shorthand = {P0214R9},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0214R9: Data-Parallel Vector Types \& Operations}},
url = {https://wg21.link/p0214r9},
year = {2018}
}
@misc{P0350R0,
shorthand = {P0350R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0350R0: Integrating datapar with parallel algorithms and executors}},
url = {https://wg21.link/p0350r0},
year = {2016}
}
@misc{P0350R1,
shorthand = {P0350R1},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0350R1: Integrating simd with parallel algorithms}},
url = {https://wg21.link/p0350r1},
year = {2017}
}
@misc{P0350R2,
shorthand = {P0350R2},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0350R2: Integrating simd with parallel algorithms}},
url = {https://wg21.link/p0350r2},
year = {2018}
}
@misc{P0350R3,
shorthand = {P0350R3},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0350R3: Integrating simd with parallel algorithms}},
url = {https://wg21.link/p0350r3},
year = {2019}
}
@misc{P0352R1,
shorthand = {P0352R1},
author = {Hubert Tong and Faisal Vali},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0352R1: Smart References through Delegation}},
url = {https://wg21.link/p0352r1},
year = {2017}
}
@misc{N4477,
shorthand = {N4477},
author = {Bjarne Stroustrup and Gabriel Dos Reis},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{N4477: Operator Dot (R2)}},
url = {https://wg21.link/n4477},
year = {2016}
}
@misc{N4582,
shorthand = {N4582},
editor = {Smith, Richard},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n4582},
year = {2016}
}
@misc{N4618,
shorthand = {N4618},
editor = {Smith, Richard},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n4618},
year = {2016}
}
@misc{N4744,
shorthand = {N4744},
editor = {Hoberock, Jared},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Technical Specification for \CC{} Extensions for Parallelism Version 2}},
url = {https://wg21.link/n4744},
year = {2018}
}
@misc{N4808,
shorthand = {N4808},
editor = {Hoberock, Jared},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, \CC{} Extensions for Parallelism Version 2}},
url = {https://wg21.link/n4808},
year = {2019}
}
@misc{P0416R1,
shorthand = {P0416R1},
author = {Bjarne Stroustrup and Gabriel Dos Reis},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0416R1: Operator Dot (R3)}},
url = {https://wg21.link/p0416r1},
year = {2016}
}
@misc{P0553R1,
shorthand = {P0553R1},
author = {Maurer, Jens},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0553R1: Bit operations}},
url = {https://wg21.link/p0553r1},
year = {2017}
}
@misc{P0553R4,
shorthand = {P0553R4},
author = {Maurer, Jens},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0553R4: Bit operations}},
url = {https://wg21.link/p0553r4},
year = {2019}
}
@misc{P0745R0,
shorthand = {P0745R0},
author = {Herb Sutter},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0745R0: Concepts in-place syntax syntax}},
url = {https://wg21.link/p0745r0},
year = {2018}
}
@misc{P0820R0,
shorthand = {P0820R0},
author = {Shen, Tim},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0820R0: Feedback on P0214R5}},
url = {https://wg21.link/p0820r0},
year = {2017}
}
@misc{P0820R1,
shorthand = {P0820R1},
author = {Shen, Tim},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0820R1: Feedback on P0214R5}},
url = {https://wg21.link/p0820r1},
year = {2017}
}
@misc{P0851R0,
shorthand = {P0851R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0851R0: simd<T> is neither a product type nor a container type}},
url = {https://wg21.link/p0851r0},
year = {2017}
}
@misc{N4659,
shorthand = {N4659},
editor = {Smith, Richard},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n4659},
year = {2017}
}
@misc{N4810,
shorthand = {N4810},
editor = {Smith, Richard},
organization = {ISO/IEC JTC1/SC22/WG21},
title = {{Working Draft, Standard for Programming Language \CC{}}},
url = {https://wg21.link/n4810},
year = {2019}
}
@misc{D0917,
shorthand = {D0917},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{D0917: Making operator?: overloadable}},
url = {https://web-docs.gsi.de/~mkretz/D0917.pdf},
year = {2023}
}
@misc{P0917R0,
shorthand = {P0917R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0917R0: Making operator?: overloadable}},
url = {https://wg21.link/p0917r0},
year = {2018}
}
@misc{P0917R1,
shorthand = {P0917R1},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0917R1: Making operator?: overloadable}},
url = {https://wg21.link/p0917r1},
year = {2018}
}
@misc{P0917R2,
shorthand = {P0917R2},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0917R2: Making operator?: overloadable}},
url = {https://wg21.link/p0917r2},
year = {2019}
}
@misc{P0917R3,
shorthand = {P0917R3},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0917R3: Making operator?: overloadable}},
url = {https://wg21.link/p0917r3},
year = {2019}
}
@misc{P0917R4,
shorthand = {P0917R4},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0917R4: Making operator?: overloadable}},
url = {https://wg21.link/p0917r4},
year = {202?}
}
@misc{P0918R2,
shorthand = {P0918R2},
author = {Shen, Tim},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0918R2: More simd<> Operations}},
url = {https://wg21.link/p0918r2},
year = {2018}
}
@misc{P0927R0,
shorthand = {P0927R0},
author = {James Dennett and Geoff Romer},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0927R0: Towards A (Lazy) Forwarding Mechanism for \CC{}}},
url = {https://wg21.link/p0927r0},
year = {2018}
}
@misc{P0927R2,
shorthand = {P0927R2},
author = {James Dennett and Geoff Romer},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0927R2: Towards A (Lazy) Forwarding Mechanism for \CC{}}},
url = {https://wg21.link/p0927r2},
year = {2018}
}
@misc{P0964R1,
shorthand = {P0964R1},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0964R1: Finding the right set of traits for \texttt{simd<T>}}},
url = {https://wg21.link/p0964r1},
year = {2018}
}
@misc{P0964R0,
shorthand = {P0964R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0964R0: Finding the right set of traits for \texttt{simd<T>}}},
url = {https://wg21.link/p0964r0},
year = {2018}
}
@misc{P1050R0,
shorthand = {P1050R0},
author = {McFarlane, John},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P1050R0: Fractional Numeric Type}},
url = {https://wg21.link/p1050r0},
year = {2018}
}
@misc{P0037R5,
shorthand = {P0037R5},
author = {McFarlane, John},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0037R5: Fixed-Point Real Numbers}},
url = {https://wg21.link/p0037R5},
year = {2018}
}
@misc{P1915R0,
shorthand = {P1915R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P1915R0: Expected Feedback from \texttt{simd} in the Parallelism TS 2}},
url = {https://wg21.link/p1915r0},
year = {2019}
}
@misc{P2509R0,
shorthand = {P2509R0},
author = {Giuseppe D'Angelo},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2509R0: A proposal for a type trait to detect value-preserving conversions}},
url = {https://wg21.link/p2509r0},
year = {2021}
}
@misc{P2551R0,
shorthand = {P2551R0},
author = {Matthias Kretz and Jonathan Wakely},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2551R0: Clarify intent of P1841 numeric traits}},
url = {https://wg21.link/p2551r0},
year = {2022}
}
@misc{P1438R1,
shorthand = {P1438R1},
author = {Bill Seymour},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P1438R1: A Rational Number Library from \CC{}}},
url = {https://wg21.link/p1438r1},
year = {2019}
}
@misc{P0437R1,
shorthand = {P0437R1},
author = {Walter E. Brown},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P0437R1: Numeric Traits for the Standard Library}},
url = {https://wg21.link/p0437r1},
year = {2018}
}
@misc{P1841R2,
shorthand = {P1841R2},
author = {Walter E. Brown},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P1841R2: Wording for Individually Specializable Numeric Traits}},
url = {https://wg21.link/p1841r2},
year = {2021}
}
@misc{P1370R1,
shorthand = {P1370R1},
author = {Mark Hoemmen and Damien Lebrun-Grandie},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P1370R1: Generic numerical algorithm development with(out) numeric\_limits}},
url = {https://wg21.link/p1370r1},
year = {2019}
}
@misc{P2538R0,
shorthand = {P2538R0},
author = {Arthur O'Dwyer},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2538R0: ADL-proof std::projected}},
url = {https://wg21.link/p2538r0},
year = {2022}
}
@misc{P2600R0,
shorthand = {P2600R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2600R0: A minimal ADL restriction to avoid ill-formed template instantiation}},
url = {https://wg21.link/p2600r0},
year = {2022}
}
@misc{P2638R0,
shorthand = {P2638R0},
author = {Daniel Towner and Sergey Maslov and Hideki Saito and Ilya Burylov},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2638R0: Intel’s response to P1915R0 for std::simd parallelism in TS 2}},
url = {https://wg21.link/p2638r0},
year = {2022}
}
@misc{P2664R2,
shorthand = {P2664R2},
author = {Daniel Towner and Ruslan Arutyunyan},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2664R2: Proposal to extend std::simd with permutation API}},
url = {https://wg21.link/p2664r2},
year = {2023}
}
@misc{P2725R0,
shorthand = {P2725R0},
author = {Zach Laine},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P2725R0: \texttt{std::integral\_constant} Literals}},
url = {https://wg21.link/p2725r0},
year = {2022}
}
@misc{P3275R0,
shorthand = {P3275R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P3275R0: Replace simd operator[] with getter and setter functions --- or not}},
url = {https://wg21.link/p3275r0},
year = {2024}
}
@misc{P3287R0,
shorthand = {P3287R0},
author = {Kretz, Matthias},
howpublished = {ISO/IEC \CC{} Standards Committee Paper},
title = {{P3287R0: Exploration of namespaces for std::simd}},
url = {https://wg21.link/p3287r0},
year = {2024}
}