This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
50a741e2f1
newlib-cygwin
/
winsup
/
cygwin
/
x86_64
/
memcpy.S
5 lines
101 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
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>
2022-12-20 17:13:38 +08:00
/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:51 christos Exp $ */
Cygwin: split out x86_64 memset/memcpy functions move the assembler memset and memcpy functions into their own assembler files. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-08 22:25:41 +08:00
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>
2022-12-20 17:13:38 +08:00
#
define
M
E
M
C
O
P
Y
#
include
"
b
c
o
p
y
.
S
"