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 Aug 2, 2023. It is now read-only.
Only affects the
IsPrimitiveValueType<T>
case;src.Length
and non-trivialT
; might need to loop, sincecpblk
is limited touint
sizes (thus is not quite the same issue as Extensive 2 GiB overflow problems in Span<T> #846)CopyBlock
assumes that the pointers are aligned; otherwise,cpblk
needs theunaligned
prefix(also impacts
ReadOnlySpan<T>
)The text was updated successfully, but these errors were encountered: