You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
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.
This comes from 1684R2 LEWG review on 2022/04/19.
Currently, P1684 requires
arrayto 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.