Skip to content

Commit

Permalink
Add new papers to README
Browse files Browse the repository at this point in the history
ChangeLog:

	* README.md:
  • Loading branch information
mattkretz committed Jun 20, 2024
1 parent 043fa34 commit 5a619dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ This repository holds the LuaLaTeX sources for my papers to the C++ committee.
| [P0917](https://wg21.link/p0917) | [D0917](https://web-docs.gsi.de/~mkretz/D0917.pdf) | Making operator?: overloadable | EWG, needs revision |
| [P0964](https://wg21.link/p0964) | [D0964](https://web-docs.gsi.de/~mkretz/D0964.pdf) | Finding the right set of traits for `simd<T>` | finished |
| [P1915](https://wg21.link/p1915) | [D1915](https://web-docs.gsi.de/~mkretz/D1915.pdf) | Expected feedback on simd in TS | finished |
| [P1928](https://wg21.link/p1928) | [D1928](https://web-docs.gsi.de/~mkretz/D1928.pdf) | std::simd | LEWG |
| [P1928](https://wg21.link/p1928) | [D1928](https://web-docs.gsi.de/~mkretz/D1928.pdf) | std::simd | LWG |
| [P2551](https://wg21.link/p2551) | [D2551](https://web-docs.gsi.de/~mkretz/D2551.pdf) | Clarify intent of P1841 numeric traits | finished, needs P1841 revision |
| TODO | [DNMSO](https://web-docs.gsi.de/~mkretz/DNMSO.pdf) | Non-member subscript operator | drafting |
| TODO | [DDSHR](https://web-docs.gsi.de/~mkretz/DDSHR.pdf) | `= delete` should have a reason | drafting |
| [P2600](https://wg21.link/p2600) | [D2600](https://web-docs.gsi.de/~mkretz/D2600.pdf) | A minimal ADL restriction to avoid ill-formed template instantiation | EWG, needs revision |
| [P2614](https://wg21.link/p2614) | | Deprecate numeric_limits::has_denorm | accepted for C++23 |
| [P2772](https://wg21.link/p2772) | | `std::integral_constant` literals do not suffice — `constexpr_t`? | superseded by P2781 |
| TODO | [DFPEP](https://web-docs.gsi.de/~mkretz/DFPEP.pdf) | Floating-Point Excess Precision | drafting |
| [P3275](https://wg21.link/p3275) | [D3275](https://web-docs.gsi.de/~mkretz/D3275.pdf) | Replace simd operator[] with getter and setter functions --- or not | LEWG |
| [P3287](https://wg21.link/p3287) | [D3287](https://web-docs.gsi.de/~mkretz/D3287.pdf) | Exploration of namespaces for std::simd | LEWG |
| [P3319](https://wg21.link/p3319) | [D3319](https://web-docs.gsi.de/~mkretz/D3319.pdf) | Add an iota object for simd (and more) | LEWG |


To build the papers you need make, LuaLaTeX (only tested with a recent TeXLive distribution), and Biber.
Expand Down

0 comments on commit 5a619dd

Please sign in to comment.