Skip to content

fix: byte-version of the unaligned memcpy#1004

Draft
greenhat wants to merge 2 commits intonextfrom
i1003-fix-byte-memcpy
Draft

fix: byte-version of the unaligned memcpy#1004
greenhat wants to merge 2 commits intonextfrom
i1003-fix-byte-memcpy

Conversation

@greenhat
Copy link
Contributor

Close #1003

Fix the byte-addressed memory paths that cross a 32-bit element boundary.
This keeps the `memcpy`/`memset` fallback coverage added in this branch
working for short unaligned copies, including scalarized `u16` loads and
stores at byte offset 3.
@greenhat greenhat changed the title fix: byte-version of the memcpy (iteration guard) fix: byte-version of the unaligned memcpy Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix byte-version of memcpy

1 participant