This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libc
/
i386
/
string
/
memmove.S
3 lines
35 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Use separate routines for memmove() and memcpy(). This lets me drop the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
1997-04-20 12:46:12 +00:00
#
define
M
E
M
M
O
V
E
#
include
"
b
c
o
p
y
.
S
"
Reference in New Issue
Copy Permalink