llvm-capstone/libcxx/modules
Christian Trott b4ff893877 [libc++][mdspan] Implement layout_left
This commit implements layout_left in support of C++23 mdspan
(https://wg21.link/p0009). layout_left is a layout mapping policy
whose index mapping corresponds to the memory layout of Fortran arrays.
Thus the left most index has stride-1 access, and the right most index
is associated with the largest stride.

Co-authored-by: Damien L-G <dalg24@gmail.com>

Differential Revision: https://reviews.llvm.org/D153783
2023-06-29 14:01:08 -06:00
..
std [libc++][mdspan] Implement layout_left 2023-06-29 14:01:08 -06:00
.clang-format [libc++][modules] Adds the C++23 std module. 2023-06-15 18:14:15 +02:00
CMakeLists.txt [libc++] Update status after Varna meeting. 2023-06-19 16:55:30 +02:00
CMakeLists.txt.in [libc++][modules] Adds the C++23 std module. 2023-06-15 18:14:15 +02:00
std.cppm [libc++] Update status after Varna meeting. 2023-06-19 16:55:30 +02:00