]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: x86_64: import latest NetBSD bcopy.S
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Dec 2022 09:13:38 +0000 (10:13 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Dec 2022 09:13:59 +0000 (10:13 +0100)
commit43743ed754727a0ab5bbe9b15068d3256791f011
tree30917175e881b68cc98f950ae3f5bb9dd6ca6d5d
parentb09617a828e8b1a372847d52673171d78b7dede1
Cygwin: x86_64: import latest NetBSD bcopy.S

Tweak slightly to allow implementing entire {w}mem{p}{cpy,move}
family:

Add WIDE macro processing for wmem* and POST macro processing for
memp* functions.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/Makefile.am
winsup/cygwin/x86_64/bcopy.S [new file with mode: 0644]
winsup/cygwin/x86_64/memcpy.S
winsup/cygwin/x86_64/memmove.S [new file with mode: 0644]
winsup/cygwin/x86_64/mempcpy.S [new file with mode: 0644]
winsup/cygwin/x86_64/wmemcpy.S [new file with mode: 0644]
winsup/cygwin/x86_64/wmemmove.S [new file with mode: 0644]
winsup/cygwin/x86_64/wmempcpy.S [new file with mode: 0644]
This page took 0.032319 seconds and 5 git commands to generate.