Skip to content
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

Open
mhoemmen opened this issue Apr 23, 2022 · 1 comment
Open

P1684: Permit array size to be larger than needed #18

mhoemmen opened this issue Apr 23, 2022 · 1 comment
Labels
P1684 Issues in P1684, the specification of mdarray

Comments

@mhoemmen
Copy link
Contributor

This comes from 1684R2 LEWG review on 2022/04/19.

Currently, P1684 requires array to have size() equal to required_span_size(). Relax this to let array's size() be greater than or equal to required_span_size(). This would permit e.g., SIMD-aligned access.

@mhoemmen mhoemmen added the P1684 Issues in P1684, the specification of mdarray label Apr 23, 2022
@crtrott
Copy link
Member

crtrott commented Apr 25, 2022

Ha I had it like that, but some specific folks complained :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1684 Issues in P1684, the specification of mdarray
Projects
None yet
Development

No branches or pull requests

2 participants