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
This is one of the many causes of unaligned load warnings in
-fsanitize=alignment. memcpy should always be OK: on architectures where
unaligned stores are OK, this will turn into a single move.
This was discussed back in 2024 at
#2349.
0 commit comments