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
For the upstreaming of the whole project, it must be discussed with Cygwin maintainers which implementations should be shared with x64 codebase (implemented in C) and which should be implemented in AArch64 assembly. Hovever for this initial task, it is enough to use C implementations.
Implementation of the functions can be copied or inspired from corresponding implementations in GCC or MinGW codebases.
Acceptance Criteria
The Standard C library functions listed above are ported to AArch64 and they are functional according to the Standard C library specification or their corresponding x64 Cygwin imlementation (whatever is appliable, discuss with Cygwin maintainers if in doubts).
Description
winsup/cygwin/x86_64/memchr.S
winsup/cygwin/x86_64/memcpy.S
winsup/cygwin/x86_64/memmove.S
winsup/cygwin/x86_64/mempcpy.S
winsup/cygwin/x86_64/memset.S
Notes
Acceptance Criteria
The text was updated successfully, but these errors were encountered: