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.