commit | cd7a0e00f72429a8ea7a511df1858525c344f76e | [log] [tgz] |
---|---|---|
author | Christian Trott <crtrott@sandia.gov> | Thu Jun 29 10:06:47 2023 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 29 07:15:46 2023 -0700 |
tree | b10847dc6f865989155982d02849576d521bd866 | |
parent | f60be37e3798887f5bc8051ff04e70a9e7a3a84d [diff] |
[libc++][mdspan] Implement layout_right This commit implements layout_right in support of C++23 mdspan (https://wg21.link/p0009). layout_right is a layout mapping policy whose index mapping corresponds to the memory layout of multidimensional C-arrays, and is thus also referred to as the C-layout. Co-authored-by: Damien L-G <dalg24@gmail.com> Differential Revision: https://reviews.llvm.org/D151267 GitOrigin-RevId: cfa096d9c92e758c4916dfd06d107fcec2edeca4