This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
P1684: Permit array size to be larger than needed #18
Labels
P1684
Issues in P1684, the specification of mdarray
This comes from 1684R2 LEWG review on 2022/04/19.
Currently, P1684 requires
array
to havesize()
equal torequired_span_size()
. Relax this to letarray
'ssize()
be greater than or equal torequired_span_size()
. This would permit e.g., SIMD-aligned access.The text was updated successfully, but these errors were encountered: