P3371R5: Fix C++26 by making the rank-1, rank-2, rank-k, and rank-2k updates consistent with the BLAS
Open
c++26
libc++
wg21-paper
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
**Link:** https://wg21.link/P3371R5
Feature-test macros (increased):
```c++
#define __cpp_lib_linalg 202511L // also in
```
Contributor guide
Research direction
Start with P3371R5 and the existing implementation. Compare the rank-1, rank-2, rank-k, and rank-2k update requirements with the BLAS behavior, including the requested __cpp_lib_linalg value of 202511L. Done means the operations are consistent with the paper and the feature-test macro is updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100